Home
last modified time | relevance | path

Searched defs:orthogonalVector (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/
H A DShadowTechnique.cpp100 osg::Vec3 orthogonalVector = direction ^ osg::Vec3(0.0f, 1.0f, 0.0f); in computeOrthogonalVector() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/
H A DShadowTechnique.cpp105 osg::Vec3 orthogonalVector = direction ^ osg::Vec3(0.0f, 1.0f, 0.0f); in computeOrthogonalVector() local
/dports/math/gismo/gismo-21.12.0/src/gsUtils/gsMesh/
H A DgsFace.h136 gsVector3d<T> orthogonalVector() in orthogonalVector() function
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Calculus/
H A Dregressionvaluessaver.cpp250 QPointF RegressionValuesSaver::orthogonalVector(const QPointF &pt) in orthogonalVector() function in RegressionValuesSaver
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_airfight.cpp646 …romVector (const float* movement, const vec2_t originalPoint, const vec3_t orthogonalVector, vec2_… in AIRFIGHT_GetNextPointInPathFromVector()
664 … originalPoint, const vec2_t targetPoint, float* angle, vec2_t finalPoint, vec3_t orthogonalVector) in AIRFIGHT_GetNextPointInPath()