Package javax.vecmath
Class Vector4f
java.lang.Object
javax.vecmath.Tuple4f
javax.vecmath.Vector4f
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Vector4f extends Tuple4f implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
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
-
Vector4f
public Vector4f(float float1, float float2, float float3, float float4) -
Vector4f
public Vector4f(float[] floatArray) -
Vector4f
-
Vector4f
-
Vector4f
-
Vector4f
-
Vector4f
-
Vector4f
public Vector4f()
-
-
Method Details
-
set
-
length
public final float length() -
lengthSquared
public final float lengthSquared() -
dot
-
normalize
-
normalize
public final void normalize() -
angle
-