Searched defs:zAxis (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java897 * @param zAxis vector representing the z-axis of the coordinate system.
899 public Quaternion fromAxes(Vector3f xAxis, Vector3f yAxis, Vector3f zAxis) { argument
900 return fromRotationMatrix(xAxis.x, yAxis.x, zAxis.x, xAxis.y, yAxis.y,
901 zAxis.y, xAxis.z, yAxis.z, zAxis.z);

Completed in 66 milliseconds