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

/haiku/src/apps/glteapot/
H A DVector3.h136 inline Vector3 rotate( const Vector3& wAxis, const float angle );
337 inline Vector3 Vector3::rotate( const Vector3& wAxis, const float angle ) argument
339 // wAxis must be a unit lenght vector
341 Vector3 o = wAxis * wAxis.dot( *this );
345 y = wAxis.cross( *this );
/haiku/src/apps/haiku3d/
H A DVector3.h147 inline Vector3 rotate( const Vector3& wAxis, const float angle );
371 Vector3::rotate( const Vector3& wAxis, const float angle ) argument
373 // wAxis must be a unit lenght vector
375 Vector3 o = wAxis * wAxis.dot( *this );
379 y = wAxis.cross( *this );

Completed in 45 milliseconds