Class Rotation3D

java.lang.Object
  extended by TransformationGeometrique3D
      extended by Rotation3D

public class Rotation3D
extends TransformationGeometrique3D


Field Summary
 
Fields inherited from class TransformationGeometrique3D
c
 
Constructor Summary
Rotation3D()
           
Rotation3D(float a, Direction3D d)
           
Rotation3D(float a, float dx, float dy, float dz)
           
Rotation3D(Rotation3D rt)
           
 
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

Rotation3D

public Rotation3D()

Rotation3D

public Rotation3D(float a,
                  float dx,
                  float dy,
                  float dz)
           throws java.lang.ArithmeticException
Throws:
java.lang.ArithmeticException

Rotation3D

public Rotation3D(float a,
                  Direction3D d)
           throws java.lang.ArithmeticException
Throws:
java.lang.ArithmeticException

Rotation3D

public Rotation3D(Rotation3D rt)