/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/ |
H A D | ssgAux.cxx | 28 static ssgBase *createSphere () { return new ssgaSphere ( 0 ) ; } in createSphere() function 34 ssgRegisterType ( ssgaTypeSphere () , createSphere ) ; in ssgaInit()
|
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/bloch_sphere/components/ |
H A D | sphere.ts | 40 this.createSphere(this.radius); 50 private createSphere(radius: number) { method in Sphere
|
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/ |
H A D | sphere.ts | 40 this.createSphere(this.radius); 50 private createSphere(radius: number) { method in Sphere
|
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/ |
H A D | sphere.ts | 40 this.createSphere(this.radius); 50 private createSphere(radius: number) { method in Sphere
|
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/ |
H A D | sphere.ts | 40 this.createSphere(this.radius); 50 private createSphere(radius: number) { method in Sphere
|
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/bloch_sphere/components/ |
H A D | sphere.ts | 40 this.createSphere(this.radius); 50 private createSphere(radius: number) { method in Sphere
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/include/ |
H A D | GeomUtils.h | 25 static void createSphere(const Ogre::String& strName 34 static void createSphere(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData
|
H A D | DLight.h | 63 void createSphere(float radius, int nRings, int nSegments);
|
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/include/ |
H A D | GeomUtils.h | 25 static void createSphere(const Ogre::String& strName 34 static void createSphere(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData
|
H A D | DLight.h | 63 void createSphere(float radius, int nRings, int nSegments);
|
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/ |
H A D | createSphere.m | 28 function sphere = createSphere(varargin) function 31 % s = createSphere(p1, p2, p3, p4); 52 error('wrong number of arguments in createSphere');
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/common/ |
H A D | shapes.h | 91 createSphere (const Eigen::Vector4f ¢er, double radius, int res = 10); 145 createSphere (const pcl::ModelCoefficients &coefficients, int res = 10);
|
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/ |
H A D | spheremesh.cpp | 21 createSphere(radius, _nRings, _nSlices); in SphereMesh() 27 createSphere(1.0f, _nRings, _nSlices); in SphereMesh() 36 createSphere(1.0f, dispmap.getHeight(), dispmap.getWidth()); in SphereMesh() 48 createSphere(1.0f, _nRings, _nSlices); in SphereMesh() 68 void SphereMesh::createSphere(float radius, int _nRings, int _nSlices) in createSphere() function in SphereMesh
|
H A D | spheremesh.h | 41 void createSphere(float radius, int nRings, int nSlices);
|
/dports/astro/celestia/celestia-1.6.1/src/celengine/ |
H A D | spheremesh.cpp | 21 createSphere(radius, _nRings, _nSlices); in SphereMesh() 27 createSphere(1.0f, _nRings, _nSlices); in SphereMesh() 36 createSphere(1.0f, dispmap.getHeight(), dispmap.getWidth()); in SphereMesh() 48 createSphere(1.0f, _nRings, _nSlices); in SphereMesh() 68 void SphereMesh::createSphere(float radius, int _nRings, int _nSlices) in createSphere() function in SphereMesh
|
H A D | spheremesh.h | 41 void createSphere(float radius, int nRings, int nSlices);
|
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/src/ |
H A D | GeomUtils.cpp | 25 void GeomUtils::createSphere( const String& strName in createSphere() function in GeomUtils 35 createSphere(pSphere->sharedVertexData, pSphereVertex->indexData in createSphere() 52 void GeomUtils::createSphere(VertexData*& vertexData, IndexData*& indexData in createSphere() function in GeomUtils
|
H A D | DLight.cpp | 111 createSphere(radius, 10, 10); in rebuildGeometry() 145 void DLight::createSphere(float radius, int nRings, int nSegments) in createSphere() function in DLight 154 GeomUtils::createSphere(mRenderOp.vertexData, mRenderOp.indexData in createSphere()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/src/ |
H A D | GeomUtils.cpp | 24 void GeomUtils::createSphere( const String& strName in createSphere() function in GeomUtils 34 createSphere(pSphere->sharedVertexData, pSphereVertex->indexData in createSphere() 51 void GeomUtils::createSphere(VertexData*& vertexData, IndexData*& indexData in createSphere() function in GeomUtils
|
H A D | DLight.cpp | 108 createSphere(radius, 10, 10); in rebuildGeometry() 142 void DLight::createSphere(float radius, int nRings, int nSegments) in createSphere() function in DLight 151 GeomUtils::createSphere(mRenderOp.vertexData, mRenderOp.indexData in createSphere()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/ |
H A D | OgrePrefabFactory.h | 66 static void createSphere(Mesh* mesh);
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgrePrefabFactory.h | 66 static void createSphere(Mesh* mesh);
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/ |
H A D | OgrePrefabFactory.cpp | 50 createSphere(mesh); in createPrefab() 282 void PrefabFactory::createSphere(Mesh* mesh) in createSphere() function in Ogre::PrefabFactory
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/ |
H A D | OgrePrefabFactory.cpp | 53 createSphere(mesh); in createPrefab() 280 void PrefabFactory::createSphere(Mesh* mesh) in createSphere() function in Ogre::PrefabFactory
|
/dports/misc/dartsim/dart-6.11.1/unittests/comprehensive/ |
H A D | test_Constraint.cpp | 129 SkeletonPtr sphereSkel = createSphere(0.05, Vector3d(0.0, 1.0, 0.0)); in SingleContactTest()
|