OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zaxisrotationangle
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java
443
float
zAxisRotationAngle
= FastMath.acos(negativeY.dot(v));
444
zRotation.fromAngleAxis(
zAxisRotationAngle
, zAxisRotationVector);
Completed in 101 milliseconds