Uses of Class
org.scilab.forge.scirenderer.tranformations.Rotation
-
Packages that use Rotation Package Description org.scilab.forge.scirenderer.tranformations -
-
Uses of Rotation in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that return Rotation Modifier and Type Method Description static RotationRotation. getDegreeRotation(double alpha, Vector3d v)Get a rotation from an angle alpha given in degree and an axis vRotationRotation. getInverse()Return the inverse rotation.RotationRotation. multiply(Rotation q)RotationRotation. power(double p)RotationRotation. times(Rotation q)Methods in org.scilab.forge.scirenderer.tranformations with parameters of type Rotation Modifier and Type Method Description booleanRotation. equals(Rotation r2)static TransformationTransformationFactory. getRotationTransformation(Rotation q)Return a rotation transformation.RotationRotation. multiply(Rotation q)RotationRotation. times(Rotation q)Constructors in org.scilab.forge.scirenderer.tranformations with parameters of type Rotation Constructor Description Rotation(Rotation r)Copy constructor.
-