Home
last modified time | relevance | path

Searched refs:getProjectionDirection (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/projectors/
H A DSbPlaneProjector.cpp121 float dot = SbAbs(wrldplane.getNormal().dot(vv.getProjectionDirection())); in tryProject()
135 dot = SbAbs(dir.dot(vv.getProjectionDirection())); in tryProject()
304 SbVec3f dir = -this->viewVol.getProjectionDirection(); in setupPlane()
H A DSbCylinderSheetProjector.cpp200 refDir = -this->viewVol.getProjectionDirection(); in setupPlane()
217 this->viewVol.getProjectionDirection(); in setupPlane()
H A DSbCylinderSectionProjector.cpp217 refdir = -this->viewVol.getProjectionDirection(); in setupTolerance()
238 this->viewVol.getProjectionDirection(); in setupTolerance()
H A DSbLineProjector.cpp116 float dot = SbAbs(wrldline.getDirection().dot(vv.getProjectionDirection())); in tryProject()
125 dot = SbAbs(dir.dot(vv.getProjectionDirection())); in tryProject()
H A DSbProjector.cpp206 SbVec3f projdir = this->viewVol.getProjectionDirection(); in findVanishingDistance()
H A DSbSphereSectionProjector.cpp222 this->planeDir = -this->viewVol.getProjectionDirection(); in setupTolerance()
H A DSbSphereSheetProjector.cpp241 this->planeDir = -this->viewVol.getProjectionDirection(); in setupPlane()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbDPViewVolume.h91 const SbVec3d& getProjectionDirection(void) const;
H A DSbViewVolume.h92 const SbVec3f& getProjectionDirection(void) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbViewVolume.cpp622 SbViewVolume::getProjectionDirection(void) const in getProjectionDirection() function in SbViewVolume
685 this->getProjectionDirection().print(fp); in print()
774 this->getProjectionPoint() + this->getProjectionDirection()); in intersect()
H A DSbDPViewVolume.cpp495 this->getProjectionDirection(); in getPlanePoint()
515 double d = distFromEye/dvec.dot(this->getProjectionDirection()); in getPlanePoint()
1107 SbDPViewVolume::getProjectionDirection(void) const in getProjectionDirection() function in SbDPViewVolume
1170 this->getProjectionDirection().print(fp); in print()
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DBillboard.cpp466 invMM.multDirMatrix(-vv.getProjectionDirection(), look); in computeRotation()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/nodes/
H A DPane.cpp.in175 SbVec3f camdir = SoViewVolumeElement::get(state).getProjectionDirection();
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoCamera.cpp671 SbVec3f r = vv.getProjectionDirection().cross(vv.getViewUp()); in GLRender()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DPane.cpp.in184 SbVec3f camdir = SoViewVolumeElement::get(state).getProjectionDirection();
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoRayPickAction.cpp548 PRIVATE(this)->nearplane = SbDPPlane(vv.getDPViewVolume().getProjectionDirection(), in computeWorldSpaceRay()