Package javax.vecmath
Class Vector3d
java.lang.Object
javax.vecmath.Tuple3d
javax.vecmath.Vector3d
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Vector3d extends Tuple3d implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.vecmath.Tuple3d
absolute, absolute, add, add, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, 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
-
Vector3d
public Vector3d(double double1, double double2, double double3) -
Vector3d
public Vector3d(double[] doubleArray) -
Vector3d
-
Vector3d
-
Vector3d
-
Vector3d
-
Vector3d
public Vector3d()
-
-
Method Details
-
cross
-
normalize
-
normalize
public final void normalize() -
dot
-
lengthSquared
public final double lengthSquared() -
length
public final double length() -
angle
-