Package javax.vecmath
Class Point4d
java.lang.Object
javax.vecmath.Tuple4d
javax.vecmath.Point4d
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class Point4d extends Tuple4d implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description doubledistance(Point4d p1)doubledistanceL1(Point4d p1)doubledistanceLinf(Point4d p1)doubledistanceSquared(Point4d p1)voidproject(Point4d p1)voidset(Tuple3d t1)Methods inherited from class javax.vecmath.Tuple4d
absolute, absolute, add, add, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getW, getX, getY, getZ, hashCode, interpolate, interpolate, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, scaleAdd, set, set, set, set, setW, setX, setY, setZ, sub, sub, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Point4d
public Point4d(double x, double y, double z, double w) -
Point4d
public Point4d(double[] p) -
Point4d
-
Point4d
-
Point4d
-
Point4d
-
Point4d
-
Point4d
public Point4d()
-
-
Method Details
-
set
-
distanceSquared
-
distance
-
distanceL1
-
distanceLinf
-
project
-