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

D

determinant() - Method in class javax.vecmath.Matrix3d
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix3f
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix4d
Computes the determinant of this matrix.
determinant() - Method in class javax.vecmath.Matrix4f
Computes the determinate of this matrix.
distance(Point2d) - Method in class javax.vecmath.Point2d
Computes the distance between this point and point p1.
distance(Point2f) - Method in class javax.vecmath.Point2f
Computes the distance between this point and point p1.
distance(Point3d) - Method in class javax.vecmath.Point3d
Returns the distance between this point and point p1.
distance(Point3f) - Method in class javax.vecmath.Point3f
Computes the distance between this point and point p1.
distance(Point4d) - Method in class javax.vecmath.Point4d
Returns the distance between this point and point p1.
distance(Point4f) - Method in class javax.vecmath.Point4f
Computes the distance between this point and point p1.
distanceL1(Point2d) - Method in class javax.vecmath.Point2d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point2f) - Method in class javax.vecmath.Point2f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3d) - Method in class javax.vecmath.Point3d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point3f) - Method in class javax.vecmath.Point3f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4d) - Method in class javax.vecmath.Point4d
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceL1(Point4f) - Method in class javax.vecmath.Point4f
Computes the L-1 (Manhattan) distance between this point and point p1.
distanceLinf(Point2d) - Method in class javax.vecmath.Point2d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point2f) - Method in class javax.vecmath.Point2f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3d) - Method in class javax.vecmath.Point3d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point3f) - Method in class javax.vecmath.Point3f
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4d) - Method in class javax.vecmath.Point4d
Computes the L-infinite distance between this point and point p1.
distanceLinf(Point4f) - Method in class javax.vecmath.Point4f
Computes the L-infinite distance between this point and point p1.
distanceSquared(Point2d) - Method in class javax.vecmath.Point2d
Computes the square of the distance between this point and point p1.
distanceSquared(Point2f) - Method in class javax.vecmath.Point2f
Computes the square of the distance between this point and point p1.
distanceSquared(Point3d) - Method in class javax.vecmath.Point3d
Returns the square of the distance between this point and point p1.
distanceSquared(Point3f) - Method in class javax.vecmath.Point3f
Computes the square of the distance between this point and point p1.
distanceSquared(Point4d) - Method in class javax.vecmath.Point4d
Returns the square of the distance between this point and point p1.
distanceSquared(Point4f) - Method in class javax.vecmath.Point4f
Computes the square of the distance between this point and point p1.
dot(GVector) - Method in class javax.vecmath.GVector
Returns the dot product of this vector and vector v1.
dot(Vector2d) - Method in class javax.vecmath.Vector2d
Computes the dot product of the this vector and vector v1.
dot(Vector2f) - Method in class javax.vecmath.Vector2f
Computes the dot product of the this vector and vector v1.
dot(Vector3d) - Method in class javax.vecmath.Vector3d
Returns the dot product of this vector and vector v1.
dot(Vector3f) - Method in class javax.vecmath.Vector3f
Computes the dot product of this vector and vector v1.
dot(Vector4d) - Method in class javax.vecmath.Vector4d
Returns the dot product of this vector and vector v1.
dot(Vector4f) - Method in class javax.vecmath.Vector4f
returns the dot product of this vector and v1

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