kaleidoscope
Class VectorUtilities

java.lang.Object
  extended by kaleidoscope.VectorUtilities
All Implemented Interfaces:
MathConstants

public class VectorUtilities
extends java.lang.Object
implements MathConstants


Field Summary
 
Fields inherited from interface kaleidoscope.MathConstants
GRAD_PI, GRAD_PI2
 
Constructor Summary
VectorUtilities()
           
 
Method Summary
 void rotateXYBy(toxi.geom.Vec3D vecToRotate, float degrees, toxi.geom.Vec3D center)
           
 void rotateXZBy(toxi.geom.Vec3D vecToRotate, float degrees, toxi.geom.Vec3D center)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorUtilities

public VectorUtilities()
Method Detail

rotateXZBy

public void rotateXZBy(toxi.geom.Vec3D vecToRotate,
                       float degrees,
                       toxi.geom.Vec3D center)

rotateXYBy

public void rotateXYBy(toxi.geom.Vec3D vecToRotate,
                       float degrees,
                       toxi.geom.Vec3D center)