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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix3f.java715 * <code>fromAngleAxis</code> sets this matrix4f to the values specified
724 public void fromAngleAxis(float angle, Vector3f axis) { method in class:Matrix3f
H A DQuaternion.java546 * <code>fromAngleAxis</code> sets this quaternion to the values specified
556 public Quaternion fromAngleAxis(float angle, Vector3f axis) { method in class:Quaternion
1324 store.fromAngleAxis(FastMath.PI + angle, axis);
H A DMatrix4f.java899 * <code>fromAngleAxis</code> sets this matrix4f to the values specified
908 public void fromAngleAxis(float angle, Vector3f axis) { method in class:Matrix4f
2293 matrix4f.fromAngleAxis(angle, axis);

Completed in 69 milliseconds