XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt
Class Vector3

java.lang.Object
  extended byjavax.vecmath.Tuple3f
      extended byjavax.vecmath.Vector3f
          extended byorg.autochthonous.graphics.rt.Vector3
All Implemented Interfaces:
java.io.Serializable

public class Vector3
extends Vector3f

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.vecmath.Tuple3f
x, y, z
 
Method Summary
 void dispose()
           
static Vector3 getInstance()
           
 
Methods inherited from class javax.vecmath.Vector3f
angle, cross, dot, length, lengthSquared, normalize, normalize
 
Methods inherited from class javax.vecmath.Tuple3f
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, epsilonEquals, equals, get, get, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, sub, sub, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static Vector3 getInstance()

dispose

public void dispose()

XJRT Rendering Toolkit 1.0b06