ProGAL.geom3d.superposition
Class Transform

java.lang.Object
  extended by ProGAL.geom3d.superposition.Transform

public class Transform
extends java.lang.Object


Constructor Summary
Transform(Matrix rotation, Vector translation)
           
Transform(Matrix rotation, Vector preTranslation, Vector postTranslation)
           
 
Method Summary
 void toConsole()
           
 void toConsole(int dec)
           
 java.lang.String toString(int dec)
           
 java.util.List<Point> transform(java.util.List<Point> pl)
           
 Point transform(Point p)
           
 java.util.List<Point> transformIn(java.util.List<Point> pl)
           
 Point transformIn(Point p)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transform

public Transform(Matrix rotation,
                 Vector preTranslation,
                 Vector postTranslation)

Transform

public Transform(Matrix rotation,
                 Vector translation)
Method Detail

transform

public java.util.List<Point> transform(java.util.List<Point> pl)

transformIn

public java.util.List<Point> transformIn(java.util.List<Point> pl)

transform

public Point transform(Point p)

transformIn

public Point transformIn(Point p)

toString

public java.lang.String toString(int dec)

toConsole

public void toConsole(int dec)

toConsole

public void toConsole()