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 doubledistance(Point3d p1)doubledistanceL1(Point3d p1)doubledistanceLinf(Point3d p1)doubledistanceSquared(Point3d p1)voidproject(Point4d p1)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, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Point3d
public Point3d(double x, double y, double z) -
Point3d
public Point3d(double[] p) -
Point3d
-
Point3d
-
Point3d
-
Point3d
-
Point3d
public Point3d()
-
-
Method Details
-
distanceSquared
-
distance
-
distanceL1
-
distanceLinf
-
project
-