HomeSort by relevance Sort by last modified time
    Searched defs:subtractLocal (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector2f.java 502 * <code>subtractLocal</code> subtracts a provided vector to this vector
510 public Vector2f subtractLocal(Vector2f vec) {
521 * <code>subtractLocal</code> subtracts the provided values from this
531 public Vector2f subtractLocal(float valX, float valY) {
Vector3f.java 668 * <code>subtractLocal</code> subtracts a provided vector to this vector
676 public Vector3f subtractLocal(Vector3f vec) {
725 * <code>subtractLocal</code> subtracts the provided values from this vector
737 public Vector3f subtractLocal(float subtractX, float subtractY, float subtractZ) {
    [all...]
Vector4f.java 607 * <code>subtractLocal</code> subtracts a provided vector to this vector
615 public Vector4f subtractLocal(Vector4f vec) {
668 * <code>subtractLocal</code> subtracts the provided values from this vector
682 public Vector4f subtractLocal(float subtractX, float subtractY, float subtractZ, float subtractW) {
Quaternion.java 802 public Quaternion subtractLocal(Quaternion q) {
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 362 p.subtractLocal(taperPoints[i + 3], taperPoints[i + 4], taperPoints[i + 5]);

Completed in 72 milliseconds