Uses of Class
org.scilab.forge.scirenderer.tranformations.Rotation

Packages that use Rotation
org.scilab.forge.scirenderer.examples.utils   
org.scilab.forge.scirenderer.tranformations   
 

Uses of Rotation in org.scilab.forge.scirenderer.examples.utils
 

Methods in org.scilab.forge.scirenderer.examples.utils that return Rotation
 Rotation MouseRotationAdapter.getRotation()
          Return the current rotation.
 

Constructors in org.scilab.forge.scirenderer.examples.utils with parameters of type Rotation
MouseRotationAdapter(Rotation startRotation)
          Default constructor.
MouseRotationAdapter(Rotation rotation, Canvas canvas)
          A constructor.
 

Uses of Rotation in org.scilab.forge.scirenderer.tranformations
 

Methods in org.scilab.forge.scirenderer.tranformations that return Rotation
 Rotation Rotation.getInverse()
          Return the inverse rotation.
 Rotation Rotation.multiply(Rotation q)
           
 Rotation Rotation.power(double p)
           
 Rotation Rotation.times(Rotation q)
           
 

Methods in org.scilab.forge.scirenderer.tranformations with parameters of type Rotation
 boolean Rotation.equals(Rotation r2)
           
static Transformation TransformationFactory.getRotationTransformation(Rotation q)
          Return a rotation transformation.
 Rotation Rotation.multiply(Rotation q)
           
 Rotation Rotation.times(Rotation q)
           
 

Constructors in org.scilab.forge.scirenderer.tranformations with parameters of type Rotation
Rotation(Rotation r)
          Copy constructor.