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

P

Point2d - Class in javax.vecmath
A 2 element point that is represented by double precision floating point x,y coordinates.
Point2d(double, double) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified xy coordinates.
Point2d(double[]) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified array.
Point2d(Point2d) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Point2d.
Point2d(Point2f) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Point2f.
Point2d(Tuple2d) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Tuple2d.
Point2d(Tuple2f) - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d from the specified Tuple2f.
Point2d() - Constructor for class javax.vecmath.Point2d
Constructs and initializes a Point2d to (0,0).
Point2f - Class in javax.vecmath
A 2 element point that is represented by single precision floating point x,y coordinates.
Point2f(float, float) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified xy coordinates.
Point2f(float[]) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified array.
Point2f(Point2f) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2f.
Point2f(Point2d) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Point2d.
Point2f(Tuple2d) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Tuple2d.
Point2f(Tuple2f) - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f from the specified Tuple2f.
Point2f() - Constructor for class javax.vecmath.Point2f
Constructs and initializes a Point2f to (0,0).
Point2i - Class in javax.vecmath
A 2-element point represented by signed integer x,y coordinates.
Point2i(int, int) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the specified x and y coordinates.
Point2i(int[]) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the array of length 2.
Point2i(Tuple2i) - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i from the specified Tuple2i.
Point2i() - Constructor for class javax.vecmath.Point2i
Constructs and initializes a Point2i to (0,0).
Point3d - Class in javax.vecmath
A 3 element point that is represented by double precision floating point x,y,z coordinates.
Point3d(double, double, double) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified xyz coordinates.
Point3d(double[]) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the array of length 3.
Point3d(Point3d) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3d.
Point3d(Point3f) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Point3f.
Point3d(Tuple3f) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Tuple3f.
Point3d(Tuple3d) - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d from the specified Tuple3d.
Point3d() - Constructor for class javax.vecmath.Point3d
Constructs and initializes a Point3d to (0,0,0).
Point3f - Class in javax.vecmath
A 3 element point that is represented by single precision floating point x,y,z coordinates.
Point3f(float, float, float) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified xyz coordinates.
Point3f(float[]) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the array of length 3.
Point3f(Point3f) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3f.
Point3f(Point3d) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Point3d.
Point3f(Tuple3f) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Tuple3f.
Point3f(Tuple3d) - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f from the specified Tuple3d.
Point3f() - Constructor for class javax.vecmath.Point3f
Constructs and initializes a Point3f to (0,0,0).
Point3i - Class in javax.vecmath
A 3 element point represented by signed integer x,y,z coordinates.
Point3i(int, int, int) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the specified x, y, and z coordinates.
Point3i(int[]) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the array of length 3.
Point3i(Tuple3i) - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i from the specified Tuple3i.
Point3i() - Constructor for class javax.vecmath.Point3i
Constructs and initializes a Point3i to (0,0,0).
Point4d - Class in javax.vecmath
A 4 element vector represented by double precision floating point x,y,z,w coordinates.
Point4d(double, double, double, double) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified xyzw coordinates.
Point4d(double[]) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the coordinates contained in the array.
Point4d(Point4d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4d.
Point4d(Point4f) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Point4f.
Point4d(Tuple4f) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple4f.
Point4d(Tuple4d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple4d.
Point4d(Tuple3d) - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d from the specified Tuple3d.
Point4d() - Constructor for class javax.vecmath.Point4d
Constructs and initializes a Point4d to (0,0,0,0).
Point4f - Class in javax.vecmath
A 4 element point represented by single precision floating point x,y,z,w coordinates.
Point4f(float, float, float, float) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified xyzw coordinates.
Point4f(float[]) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the array of length 4.
Point4f(Point4f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4f.
Point4f(Point4d) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Point4d.
Point4f(Tuple4f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple4f.
Point4f(Tuple4d) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple4d.
Point4f(Tuple3f) - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f from the specified Tuple3f.
Point4f() - Constructor for class javax.vecmath.Point4f
Constructs and initializes a Point4f to (0,0,0,0).
Point4i - Class in javax.vecmath
A 4 element point represented by signed integer x,y,z,w coordinates.
Point4i(int, int, int, int) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the specified x, y, z, and w coordinates.
Point4i(int[]) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the array of length 4.
Point4i(Tuple4i) - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i from the specified Tuple4i.
Point4i() - Constructor for class javax.vecmath.Point4i
Constructs and initializes a Point4i to (0,0,0,0).
project(Point4d) - Method in class javax.vecmath.Point3d
Multiplies each of the x,y,z components of the Point4d parameter by 1/w and places the projected values into this point.
project(Point4f) - Method in class javax.vecmath.Point3f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w and places the projected values into this point.
project(Point4d) - Method in class javax.vecmath.Point4d
Multiplies each of the x,y,z components of the Point4d parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.
project(Point4f) - Method in class javax.vecmath.Point4f
Multiplies each of the x,y,z components of the Point4f parameter by 1/w, places the projected values into this point, and places a 1 as the w parameter of this point.

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