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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DVector2f.java502 * <code>subtractLocal</code> subtracts a provided vector to this vector
510 public Vector2f subtractLocal(Vector2f vec) { method in class:Vector2f
521 * <code>subtractLocal</code> subtracts the provided values from this
531 public Vector2f subtractLocal(float valX, float valY) { method in class:Vector2f
H A DQuaternion.java802 public Quaternion subtractLocal(Quaternion q) { method in class:Quaternion
H A DVector3f.java668 * <code>subtractLocal</code> subtracts a provided vector to this vector
676 public Vector3f subtractLocal(Vector3f vec) { method in class:Vector3f
725 * <code>subtractLocal</code> subtracts the provided values from this vector
737 public Vector3f subtractLocal(float subtractX, float subtractY, float subtractZ) { method in class:Vector3f
H A DVector4f.java607 * <code>subtractLocal</code> subtracts a provided vector to this vector
615 public Vector4f subtractLocal(Vector4f vec) { method in class:Vector4f
668 * <code>subtractLocal</code> subtracts the provided values from this vector
682 public Vector4f subtractLocal(float subtractX, float subtractY, float subtractZ, float subtractW) { method in class:Vector4f

Completed in 315 milliseconds