Searched refs:shortestArcQuat (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/glteapot/
H A DQuaternion.h383 shortestArcQuat(const Vector3& v0, const Vector3& v1) // Game Programming Gems 2.10. make sure v0,v1 are normalized function
403 return shortestArcQuat(v0,v1);
/haiku/src/apps/haiku3d/
H A DQuaternion.h391 shortestArcQuat(const Vector3& v0, const Vector3& v1) function
411 return shortestArcQuat(v0, v1);

Completed in 42 milliseconds