Home
last modified time | relevance | path

Searched refs:getWorkingLine (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/projectors/
H A DSbProjector.h58 SbLine getWorkingLine(const SbVec2f & point) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/projectors/
H A DSbCylinderSheetProjector.cpp98 SbLine projline = this->getWorkingLine(point); in project()
H A DSbProjector.cpp169 SbProjector::getWorkingLine(const SbVec2f & point) const in getWorkingLine() function in SbProjector
H A DSbSphereSectionProjector.cpp119 SbLine projline = this->getWorkingLine(point); in project()
H A DSbSphereSheetProjector.cpp166 SbLine projline = this->getWorkingLine(point); in project()
H A DSbSpherePlaneProjector.cpp87 SbLine projline = this->getWorkingLine(point); in project()
H A DSbCylinderSectionProjector.cpp114 SbLine projline = this->getWorkingLine(point); in project()
H A DSbCylinderPlaneProjector.cpp86 SbLine projline = this->getWorkingLine(point); in project()
H A DSbLineProjector.cpp109 SbLine projline = this->getWorkingLine(newpt); in tryProject()
H A DSbPlaneProjector.cpp111 SbLine projline = this->getWorkingLine(point); in tryProject()