Class Translation3D

java.lang.Object
  extended by TransformationGeometrique3D
      extended by Translation3D

public class Translation3D
extends TransformationGeometrique3D


Field Summary
 
Fields inherited from class TransformationGeometrique3D
c
 
Constructor Summary
Translation3D()
           
Translation3D(Direction3D d)
           
Translation3D(float x, float y, float z)
           
Translation3D(Translation3D t)
           
 
Method Summary
 
Methods inherited from class TransformationGeometrique3D
compose, toString, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Translation3D

public Translation3D()

Translation3D

public Translation3D(float x,
                     float y,
                     float z)

Translation3D

public Translation3D(Direction3D d)

Translation3D

public Translation3D(Translation3D t)