Uses of Class
org.anchoranalysis.spatial.orientation.RotationMatrix
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.orientation |
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 RotationMatrix Modifier and Type Method Description protected 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()RotationMatrixRotationMatrix. duplicate()Deep-copy of the current rotation-matrix.RotationMatrixOrientation. getRotationMatrix()Derives aRotationMatrixthat can be applied to rotate an entity anti-clockwise to the current orientation.RotationMatrixOrientationRotationMatrix. getRotationMatrix()The rotation-matrix.RotationMatrixRotationMatrix. transpose()Transposes the matrix immutably.Constructors in org.anchoranalysis.spatial.orientation with parameters of type RotationMatrix Constructor Description OrientationRotationMatrix(RotationMatrix rotationMatrix)