Home
last modified time | relevance | path

Searched refs:getPlanePoint (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/ParticleFX/src/
H A DOgreDeflectorPlaneAffector.cpp111 Vector3 DeflectorPlaneAffector::getPlanePoint(void) const in getPlanePoint() function in Ogre::DeflectorPlaneAffector
134 static_cast<const DeflectorPlaneAffector*>(target)->getPlanePoint() ); in doGet()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/ParticleFX/src/
H A DOgreDeflectorPlaneAffector.cpp117 Vector3 DeflectorPlaneAffector::getPlanePoint(void) const in getPlanePoint() function in Ogre::DeflectorPlaneAffector
140 static_cast<const DeflectorPlaneAffector*>(target)->getPlanePoint() ); in doGet()
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoImage.cpp786 v0 = vv.getPlanePoint(dist, n0); in getQuad()
787 v1 = vv.getPlanePoint(dist, n1); in getQuad()
788 v2 = vv.getPlanePoint(dist, n2); in getQuad()
789 v3 = vv.getPlanePoint(dist, n3); in getQuad()
H A DSoText2.cpp755 v0 = vv.getPlanePoint(dist, n0); in getQuad()
756 v1 = vv.getPlanePoint(dist, n1); in getQuad()
757 v2 = vv.getPlanePoint(dist, n2); in getQuad()
758 v3 = vv.getPlanePoint(dist, n3); in getQuad()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/ParticleFX/include/
H A DOgreDeflectorPlaneAffector.h88 Vector3 getPlanePoint(void) const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/ParticleFX/include/
H A DOgreDeflectorPlaneAffector.h83 Vector3 getPlanePoint(void) const;
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbDPViewVolume.h65 SbVec3d getPlanePoint(const double distFromEye,
H A DSbViewVolume.h66 SbVec3f getPlanePoint(const float distFromEye,
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbViewVolume.cpp331 SbViewVolume::getPlanePoint(const float distFromEye, in getPlanePoint() function in SbViewVolume
335 return to_sbvec3f(this->dpvv.getPlanePoint(distFromEye, dpnormPoint)); in getPlanePoint()
H A DSbDPViewVolume.cpp479 SbDPViewVolume::getPlanePoint(const double distFromEye, in getPlanePoint() function in SbDPViewVolume
/dports/graphics/Coin/coin-Coin-4.0.0/src/draggers/
H A DSoTransformerDragger.cpp1455 SbVec3f tmp = vv.getPlanePoint(vv.getNearDist(), SbVec2f(0.5f, 0.5f)); in dragScale()
1456 SbVec3f dir = vv.getPlanePoint(vv.getNearDist(), SbVec2f(0.5f, 0.5f) + normmove); in dragScale()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/viewers/
H A DSoGuiPlaneViewer.cpp.in848 SbVec3f p = vv.getPlanePoint(1.0, SbVec2f(x, y));
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiPlaneViewer.cpp.in858 SbVec3f p = vv.getPlanePoint(1.0, SbVec2f(x, y));