Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt
Class Vector3

java.lang.Object
  |
  +--javax.vecmath.Tuple3f
        |
        +--javax.vecmath.Vector3f
              |
              +--org.bouncycastle.graphics.rt.Vector3
All Implemented Interfaces:
java.io.Serializable

public class Vector3
extends Vector3f

See Also:
Serialized Form

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()

Bouncy Castle Rendering Toolkit 1.0