Package javax.vecmath
Class Point4f
java.lang.Object
javax.vecmath.Tuple4f
javax.vecmath.Point4f
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal floatfinal floatdistanceL1(Point4f point4f) final floatdistanceLinf(Point4f point4f) final floatdistanceSquared(Point4f point4f) final voidfinal voidMethods 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
-
Constructor Details
-
Point4f
public Point4f(float float1, float float2, float float3, float float4) -
Point4f
public Point4f(float[] floatArray) -
Point4f
-
Point4f
-
Point4f
-
Point4f
-
Point4f
-
Point4f
public Point4f()
-
-
Method Details
-
set
-
distanceSquared
-
distance
-
distanceL1
-
distanceLinf
-
project
-