A C D E G H I J L M N P Q R S T V W X Y Z

N

negate() - Method in class javax.vecmath.GMatrix
Negates the value of this matrix: this = -this.
negate(GMatrix) - Method in class javax.vecmath.GMatrix
Sets the value of this matrix equal to the negation of of the GMatrix parameter.
negate() - Method in class javax.vecmath.GVector
Negates the value of this vector: this = -this.
negate() - Method in class javax.vecmath.Matrix3d
Negates the value of this matrix: this = -this.
negate(Matrix3d) - Method in class javax.vecmath.Matrix3d
Sets the value of this matrix equal to the negation of of the Matrix3d parameter.
negate() - Method in class javax.vecmath.Matrix3f
Negates the value of this matrix: this = -this.
negate(Matrix3f) - Method in class javax.vecmath.Matrix3f
Sets the value of this matrix equal to the negation of of the Matrix3f parameter.
negate() - Method in class javax.vecmath.Matrix4d
Negates the value of this matrix: this = -this.
negate(Matrix4d) - Method in class javax.vecmath.Matrix4d
Sets the value of this matrix equal to the negation of of the Matrix4d parameter.
negate() - Method in class javax.vecmath.Matrix4f
Negates the value of this matrix: this = -this.
negate(Matrix4f) - Method in class javax.vecmath.Matrix4f
Sets the value of this matrix equal to the negation of of the Matrix4f parameter.
negate(Tuple2d) - Method in class javax.vecmath.Tuple2d
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple2d
Negates the value of this vector in place.
negate(Tuple2f) - Method in class javax.vecmath.Tuple2f
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple2f
Negates the value of this vector in place.
negate(Tuple2i) - Method in class javax.vecmath.Tuple2i
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple2i
Negates the value of this tuple in place.
negate(Tuple3d) - Method in class javax.vecmath.Tuple3d
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple3d
Negates the value of this tuple in place.
negate(Tuple3f) - Method in class javax.vecmath.Tuple3f
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple3f
Negates the value of this tuple in place.
negate(Tuple3i) - Method in class javax.vecmath.Tuple3i
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple3i
Negates the value of this tuple in place.
negate(Tuple4d) - Method in class javax.vecmath.Tuple4d
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple4d
Negates the value of this tuple in place.
negate(Tuple4f) - Method in class javax.vecmath.Tuple4f
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple4f
Negates the value of this tuple in place.
negate(Tuple4i) - Method in class javax.vecmath.Tuple4i
Sets the value of this tuple to the negation of tuple t1.
negate() - Method in class javax.vecmath.Tuple4i
Negates the value of this tuple in place.
norm() - Method in class javax.vecmath.GVector
Returns the square root of the sum of the squares of this vector (its length in n-dimensional space).
normalize(GVector) - Method in class javax.vecmath.GVector
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.GVector
Normalizes this vector in place.
normalize() - Method in class javax.vecmath.Matrix3d
Performs singular value decomposition normalization of this matrix.
normalize(Matrix3d) - Method in class javax.vecmath.Matrix3d
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalize() - Method in class javax.vecmath.Matrix3f
Performs singular value decomposition normalization of this matrix.
normalize(Matrix3f) - Method in class javax.vecmath.Matrix3f
Perform singular value decomposition normalization of matrix m1 and place the normalized values into this.
normalize(Quat4d) - Method in class javax.vecmath.Quat4d
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize() - Method in class javax.vecmath.Quat4d
Normalizes the value of this quaternion in place.
normalize(Quat4f) - Method in class javax.vecmath.Quat4f
Sets the value of this quaternion to the normalized value of quaternion q1.
normalize() - Method in class javax.vecmath.Quat4f
Normalizes the value of this quaternion in place.
normalize(Vector2d) - Method in class javax.vecmath.Vector2d
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.Vector2d
Normalizes this vector in place.
normalize(Vector2f) - Method in class javax.vecmath.Vector2f
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.Vector2f
Normalizes this vector in place.
normalize(Vector3d) - Method in class javax.vecmath.Vector3d
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.Vector3d
Normalizes this vector in place.
normalize(Vector3f) - Method in class javax.vecmath.Vector3f
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.Vector3f
Normalizes this vector in place.
normalize(Vector4d) - Method in class javax.vecmath.Vector4d
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.Vector4d
Normalizes this vector in place.
normalize(Vector4f) - Method in class javax.vecmath.Vector4f
Sets the value of this vector to the normalization of vector v1.
normalize() - Method in class javax.vecmath.Vector4f
Normalizes this vector in place.
normalizeCP() - Method in class javax.vecmath.Matrix3d
Perform cross product normalization of this matrix.
normalizeCP(Matrix3d) - Method in class javax.vecmath.Matrix3d
Perform cross product normalization of matrix m1 and place the normalized values into this.
normalizeCP() - Method in class javax.vecmath.Matrix3f
Perform cross product normalization of this matrix.
normalizeCP(Matrix3f) - Method in class javax.vecmath.Matrix3f
Perform cross product normalization of matrix m1 and place the normalized values into this.
normSquared() - Method in class javax.vecmath.GVector
Returns the sum of the squares of this vector (its length squared in n-dimensional space).

A C D E G H I J L M N P Q R S T V W X Y Z