Uses of Class
org.anchoranalysis.spatial.orientation.Orientation
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.orientation |
Various methods to specify the orientation (general direction) of an entity.
|
-
Uses of Orientation in org.anchoranalysis.spatial.orientation
Subclasses of Orientation in org.anchoranalysis.spatial.orientation Modifier and Type Class Description classOrientation2DA simple angular orientation the 2D plane, relative to the x-axis.classOrientation3DEulerAnglesAn orientation using three angle parameters for the rotation.classOrientationAxisAngleAn orientation in axis-angle representation.classOrientationRotationMatrixOrients an object by rotating anti-clockwise with an explicitRotationMatrix.Methods in org.anchoranalysis.spatial.orientation that return Orientation Modifier and Type Method Description abstract OrientationOrientation. negative()Derives a newOrientationin the opposite (negative) direction to the current instance.OrientationOrientation3DEulerAngles. negative()OrientationOrientationAxisAngle. negative()OrientationOrientationRotationMatrix. negative()