FieldRotation<T> |
FieldRotation.applyInverseTo(FieldRotation<T> r) |
Apply the inverse of the instance to another rotation.
|
FieldRotation<T> |
FieldRotation.applyInverseTo(Rotation r) |
Apply the inverse of the instance to another rotation.
|
static <T extends RealFieldElement<T>> FieldRotation<T> |
FieldRotation.applyInverseTo(Rotation rOuter,
FieldRotation<T> rInner) |
Apply the inverse of a rotation to another rotation.
|
FieldRotation<T> |
FieldRotation.applyTo(FieldRotation<T> r) |
Apply the instance to another rotation.
|
FieldRotation<T> |
FieldRotation.applyTo(Rotation r) |
Apply the instance to another rotation.
|
static <T extends RealFieldElement<T>> FieldRotation<T> |
FieldRotation.applyTo(Rotation r1,
FieldRotation<T> rInner) |
Apply a rotation to another rotation.
|
FieldRotation<T> |
FieldRotation.compose(FieldRotation<T> r,
RotationConvention convention) |
Compose the instance with another rotation.
|
FieldRotation<T> |
FieldRotation.compose(Rotation r,
RotationConvention convention) |
Compose the instance with another rotation.
|
private FieldRotation<T> |
FieldRotation.composeInternal(FieldRotation<T> r) |
Compose the instance with another rotation using vector operator convention.
|
private FieldRotation<T> |
FieldRotation.composeInternal(Rotation r) |
Compose the instance with another rotation using vector operator convention.
|
FieldRotation<T> |
FieldRotation.composeInverse(FieldRotation<T> r,
RotationConvention convention) |
Compose the inverse of the instance with another rotation.
|
FieldRotation<T> |
FieldRotation.composeInverse(Rotation r,
RotationConvention convention) |
Compose the inverse of the instance with another rotation.
|
private FieldRotation<T> |
FieldRotation.composeInverseInternal(FieldRotation<T> r) |
Compose the inverse of the instance with another rotation
using vector operator convention.
|
private FieldRotation<T> |
FieldRotation.composeInverseInternal(Rotation r) |
Compose the inverse of the instance with another rotation
using vector operator convention.
|
FieldRotation<T> |
FieldRotation.revert() |
Revert a rotation.
|