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

/haiku/src/apps/glteapot/
H A DQuaternion.h111 float halfRoll = roll * 0.5f; local
116 float cosRoll = cos(halfRoll);
117 float sinRoll = sin(halfRoll);
/haiku/src/apps/haiku3d/
H A DQuaternion.h118 float halfRoll = roll * 0.5f; local
123 float cosRoll = cos(halfRoll);
124 float sinRoll = sin(halfRoll);

Completed in 77 milliseconds