Home
last modified time | relevance | path

Searched refs:getSightPoint (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbDPViewVolume.h64 SbVec3d getSightPoint(const double distFromEye) const;
H A DSbViewVolume.h65 SbVec3f getSightPoint(const float distFromEye) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/projectors/
H A DSbPlaneProjector.cpp132 SbVec3f nearpt = nearline.getClosestPoint(vv.getSightPoint(neardist)); in tryProject()
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbViewVolume.cpp317 SbViewVolume::getSightPoint(const float distFromEye) const in getSightPoint() function in SbViewVolume
319 return to_sbvec3f(this->dpvv.getSightPoint(distFromEye)); in getSightPoint()
H A DSbDPViewVolume.cpp465 SbDPViewVolume::getSightPoint(const double distFromEye) const in getSightPoint() function in SbDPViewVolume
/dports/graphics/py-pivy/pivy-0.6.6/examples/contrib/
H A Div2pov.py70 lookat = camera.getViewVolume().getSightPoint(10)