Uses of Class
org.scilab.forge.scirenderer.tranformations.Rotation
Packages that use Rotation
-
Uses of Rotation in org.scilab.forge.scirenderer.tranformations
Methods in org.scilab.forge.scirenderer.tranformations that return RotationModifier and TypeMethodDescriptionstatic Rotation
Rotation.getDegreeRotation
(double alpha, Vector3d v) Get a rotation from an angle alpha given in degree and an axis vRotation.getInverse()
Return the inverse rotation.Rotation.power
(double p) Methods in org.scilab.forge.scirenderer.tranformations with parameters of type RotationModifier and TypeMethodDescriptionboolean
static Transformation
TransformationFactory.getRotationTransformation
(Rotation q) Return a rotation transformation.Constructors in org.scilab.forge.scirenderer.tranformations with parameters of type Rotation