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 SummaryMethods inherited from class javax.vecmath.Tuple3fabsolute, 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, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
Vector3fpublic Vector3f(float float1, float float2, float float3)
- 
Vector3fpublic Vector3f(float[] floatArray)
- 
Vector3f
- 
Vector3f
- 
Vector3f
- 
Vector3f
- 
Vector3fpublic Vector3f()
 
- 
- 
Method Details- 
lengthSquaredpublic final float lengthSquared()
- 
lengthpublic final float length()
- 
cross
- 
dot
- 
normalize
- 
normalizepublic final void normalize()
- 
angle
 
-