Searched defs:subtractLocal (Results 1 – 4 of 4) sorted by relevance
510 public Vector2f subtractLocal(Vector2f vec) { in subtractLocal() method in Vector2f531 public Vector2f subtractLocal(float valX, float valY) { in subtractLocal() method in Vector2f
615 public Vector4f subtractLocal(Vector4f vec) { in subtractLocal() method in Vector4f682 …public Vector4f subtractLocal(float subtractX, float subtractY, float subtractZ, float subtractW) { in subtractLocal() method in Vector4f
676 public Vector3f subtractLocal(Vector3f vec) { in subtractLocal() method in Vector3f737 public Vector3f subtractLocal(float subtractX, float subtractY, float subtractZ) { in subtractLocal() method in Vector3f
802 public Quaternion subtractLocal(Quaternion q) { in subtractLocal() method in Quaternion