Class TransformUtility

java.lang.Object
  extended by TransformUtility

public class TransformUtility
extends java.lang.Object


Method Summary
static Transform orthographicProjection(double x0, double x1, double y0, double y1, double N, double F)
           
static Transform perspectiveProjection(double x0, double x1, double y0, double y1, double N, double F)
           
static Transform viewTransform(Point eye, Point look, Vector up)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

viewTransform

public static Transform viewTransform(Point eye,
                                      Point look,
                                      Vector up)

orthographicProjection

public static Transform orthographicProjection(double x0,
                                               double x1,
                                               double y0,
                                               double y1,
                                               double N,
                                               double F)

perspectiveProjection

public static Transform perspectiveProjection(double x0,
                                              double x1,
                                              double y0,
                                              double y1,
                                              double N,
                                              double F)