Package javax.vecmath
Class Point4f
java.lang.Object
javax.vecmath.Tuple4f
javax.vecmath.Point4f
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Point4f extends Tuple4f implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description float
distance(Point4f p1)
float
distanceL1(Point4f p1)
float
distanceLinf(Point4f p1)
float
distanceSquared(Point4f p1)
void
project(Point4f p1)
void
set(Tuple3f t1)
Methods inherited from class javax.vecmath.Tuple4f
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getW, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, 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
-
Point4f
public Point4f(float x, float y, float z, float w) -
Point4f
public Point4f(float[] p) -
Point4f
-
Point4f
-
Point4f
-
Point4f
-
Point4f
-
Point4f
public Point4f()
-
-
Method Details
-
set
-
distanceSquared
-
distance
-
distanceL1
-
distanceLinf
-
project
-