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 double
distance(Point4d p1)
double
distanceL1(Point4d p1)
double
distanceLinf(Point4d p1)
double
distanceSquared(Point4d p1)
void
project(Point4d p1)
void
set(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, toString
Methods 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
-