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