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