Package javax.vecmath
Class Point3d
java.lang.Object
javax.vecmath.Tuple3d
javax.vecmath.Point3d
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Point3d extends Tuple3d implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description double
distance(Point3d point3d)
double
distanceL1(Point3d point3d)
double
distanceLinf(Point3d point3d)
double
distanceSquared(Point3d point3d)
void
project(Point4d point4d)
Methods inherited from class javax.vecmath.Tuple3d
absolute, absolute, add, add, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, scaleAdd, set, set, set, set, setX, setY, setZ, sub, sub, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Point3d
public Point3d(double double1, double double2, double double3) -
Point3d
public Point3d(double[] doubleArray) -
Point3d
-
Point3d
-
Point3d
-
Point3d
-
Point3d
public Point3d()
-
-
Method Details
-
distanceSquared
-
distance
-
distanceL1
-
distanceLinf
-
project
-