See: Description
Interface | Description |
---|---|
Rotation3D |
Interface representing a generic rotation in 3-dimensional Euclidean
space.
|
Class | Description |
---|---|
AxisAngleSequence |
Class representing a sequence of axis-angle rotations.
|
QuaternionRotation |
Class using a unit-length quaternion to represent
rotations
in 3-dimensional Euclidean space.
|
Enum | Description |
---|---|
AxisReferenceFrame |
Enum defining the possible reference frames for locating axis
positions during a rotation sequence.
|
AxisSequence |
Enum containing rotation axis sequences for use in defining 3 dimensional rotations.
|
AxisSequenceType |
Defines different types of rotation axis sequences.
|
This package provides components related to rotations in 3 dimensional Euclidean space.
There are numerous conventions that must be decided when attempting to define 3-dimensional rotations. The following list contains some of the primary rotation conventions for this package. All method parameters, return values, and operations follow these conventions unless explicitly stated otherwise.
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.