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 RotationMatrixOrientation.deriveRotationMatrix()Derives aRotationMatrixthat can be applied to rotate an entity anti-clockwise to the current orientation.protected RotationMatrixOrientation2D.deriveRotationMatrix()protected RotationMatrixOrientation3DEulerAngles.deriveRotationMatrix()protected RotationMatrixOrientationAxisAngle.deriveRotationMatrix()protected RotationMatrixOrientationRotationMatrix.deriveRotationMatrix()RotationMatrix.duplicate()Deep-copy of the current rotation-matrix.Orientation.getRotationMatrix()Derives aRotationMatrixthat 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 newOrientationRotationMatrixinstance.