Uses of Class
org.anchoranalysis.spatial.orientation.RotationMatrix
Packages that use RotationMatrix
Package
Description
Various methods to specify the orientation (general direction) of an entity.
-
Uses of RotationMatrix in org.anchoranalysis.spatial.orientation
Methods in org.anchoranalysis.spatial.orientation that return RotationMatrixModifier and TypeMethodDescriptionprotected abstract RotationMatrix
Orientation.deriveRotationMatrix()
Derives aRotationMatrix
that can be applied to rotate an entity anti-clockwise to the current orientation.protected RotationMatrix
Orientation2D.deriveRotationMatrix()
protected RotationMatrix
Orientation3DEulerAngles.deriveRotationMatrix()
protected RotationMatrix
OrientationAxisAngle.deriveRotationMatrix()
protected RotationMatrix
OrientationRotationMatrix.deriveRotationMatrix()
RotationMatrix.duplicate()
Deep-copy of the current rotation-matrix.Orientation.getRotationMatrix()
Derives aRotationMatrix
that can be applied to rotate an entity anti-clockwise to the current orientation.OrientationRotationMatrix.getRotationMatrix()
The rotation-matrix.RotationMatrix.transpose()
Transposes the matrix immutably.Constructors in org.anchoranalysis.spatial.orientation with parameters of type RotationMatrixModifierConstructorDescriptionOrientationRotationMatrix
(RotationMatrix rotationMatrix) Creates a newOrientationRotationMatrix
instance.