Home
last modified time | relevance | path

Searched refs:createSphere (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgAux.cxx28 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 Dsphere.ts40 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 Dsphere.ts40 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 Dsphere.ts40 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 Dsphere.ts40 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 Dsphere.ts40 this.createSphere(this.radius);
50 private createSphere(radius: number) { method in Sphere
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/include/
H A DGeomUtils.h25 static void createSphere(const Ogre::String& strName
34 static void createSphere(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData
H A DDLight.h63 void createSphere(float radius, int nRings, int nSegments);
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/include/
H A DGeomUtils.h25 static void createSphere(const Ogre::String& strName
34 static void createSphere(Ogre::VertexData*& vertexData, Ogre::IndexData*& indexData
H A DDLight.h63 void createSphere(float radius, int nRings, int nSegments);
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DcreateSphere.m28 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 Dshapes.h91 createSphere (const Eigen::Vector4f &center, 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 Dspheremesh.cpp21 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 Dspheremesh.h41 void createSphere(float radius, int nRings, int nSlices);
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dspheremesh.cpp21 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 Dspheremesh.h41 void createSphere(float radius, int nRings, int nSlices);
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/src/
H A DGeomUtils.cpp25 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 DDLight.cpp111 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 DGeomUtils.cpp24 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 DDLight.cpp108 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 DOgrePrefabFactory.h66 static void createSphere(Mesh* mesh);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePrefabFactory.h66 static void createSphere(Mesh* mesh);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePrefabFactory.cpp50 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 DOgrePrefabFactory.cpp53 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 Dtest_Constraint.cpp129 SkeletonPtr sphereSkel = createSphere(0.05, Vector3d(0.0, 1.0, 0.0)); in SingleContactTest()

123