FieldRotation<T> |
FieldRotation.applyInverseTo(Rotation r) |
Apply the inverse of the instance to another rotation.
|
static <T extends CalculusFieldElement<T>> FieldRotation<T> |
FieldRotation.applyInverseTo(Rotation rOuter,
FieldRotation<T> rInner) |
Apply the inverse of a rotation to another rotation.
|
static <T extends CalculusFieldElement<T>> FieldVector3D<T> |
FieldRotation.applyInverseTo(Rotation r,
FieldVector3D<T> u) |
Apply the inverse of a rotation to a vector.
|
Rotation |
Rotation.applyInverseTo(Rotation r) |
Apply the inverse of the instance to another rotation.
|
FieldRotation<T> |
FieldRotation.applyTo(Rotation r) |
Apply the instance to another rotation.
|
static <T extends CalculusFieldElement<T>> FieldRotation<T> |
FieldRotation.applyTo(Rotation r1,
FieldRotation<T> rInner) |
Apply a rotation to another rotation.
|
static <T extends CalculusFieldElement<T>> FieldVector3D<T> |
FieldRotation.applyTo(Rotation r,
FieldVector3D<T> u) |
Apply a rotation to a vector.
|
Rotation |
Rotation.applyTo(Rotation r) |
Apply the instance to another rotation.
|
FieldRotation<T> |
FieldRotation.compose(Rotation r,
RotationConvention convention) |
Compose the instance with another rotation.
|
Rotation |
Rotation.compose(Rotation r,
RotationConvention convention) |
Compose the instance with another rotation.
|
FieldRotation<T> |
FieldRotation.composeInverse(Rotation r,
RotationConvention convention) |
Compose the inverse of the instance with another rotation.
|
Rotation |
Rotation.composeInverse(Rotation r,
RotationConvention convention) |
Compose the inverse of the instance with another rotation.
|
static double |
Rotation.distance(Rotation r1,
Rotation r2) |
Compute the distance between two rotations.
|
double[] |
RotationOrder.getAngles(Rotation rotation,
RotationConvention convention) |
Get the Cardan or Euler angles corresponding to the instance.
|
Plane |
Plane.rotate(Vector3D center,
Rotation rotation) |
Rotate the plane around the specified point.
|
PolyhedronsSet |
PolyhedronsSet.rotate(Vector3D center,
Rotation rotation) |
Rotate the region around the specified point.
|