Uses of Class
org.apache.commons.math3.geometry.euclidean.threed.Rotation
-
Packages that use Rotation Package Description org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Rotation in org.apache.commons.math3.geometry.euclidean.threed
Fields in org.apache.commons.math3.geometry.euclidean.threed declared as Rotation Modifier and Type Field Description static RotationRotation. IDENTITYIdentity rotation.private RotationPolyhedronsSet.RotationTransform. rotationVectorial rotation.Methods in org.apache.commons.math3.geometry.euclidean.threed that return Rotation Modifier and Type Method Description RotationRotation. applyInverseTo(Rotation r)Apply the inverse of the instance to another rotation.RotationRotation. applyTo(Rotation r)Apply the instance to another rotation.RotationRotation. compose(Rotation r, RotationConvention convention)Compose the instance with another rotation.private RotationRotation. composeInternal(Rotation r)Compose the instance with another rotation using vector operator convention.RotationRotation. composeInverse(Rotation r, RotationConvention convention)Compose the inverse of the instance with another rotation.private RotationRotation. composeInverseInternal(Rotation r)Compose the inverse of the instance with another rotation using vector operator convention.RotationRotation. revert()Revert a rotation.RotationFieldRotation. toRotation()Convert to a constant vector without derivatives.Methods in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Rotation Modifier and Type Method Description 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.static <T extends RealFieldElement<T>>
FieldVector3D<T>FieldRotation. applyInverseTo(Rotation r, FieldVector3D<T> u)Apply the inverse of a rotation to a vector.RotationRotation. 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 RealFieldElement<T>>
FieldRotation<T>FieldRotation. applyTo(Rotation r1, FieldRotation<T> rInner)Apply a rotation to another rotation.static <T extends RealFieldElement<T>>
FieldVector3D<T>FieldRotation. applyTo(Rotation r, FieldVector3D<T> u)Apply a rotation to a vector.RotationRotation. applyTo(Rotation r)Apply the instance to another rotation.FieldRotation<T>FieldRotation. compose(Rotation r, RotationConvention convention)Compose the instance with another rotation.RotationRotation. compose(Rotation r, RotationConvention convention)Compose the instance with another rotation.private FieldRotation<T>FieldRotation. composeInternal(Rotation r)Compose the instance with another rotation using vector operator convention.private RotationRotation. composeInternal(Rotation r)Compose the instance with another rotation using vector operator convention.FieldRotation<T>FieldRotation. composeInverse(Rotation r, RotationConvention convention)Compose the inverse of the instance with another rotation.RotationRotation. composeInverse(Rotation r, RotationConvention convention)Compose the inverse of the instance with another rotation.private FieldRotation<T>FieldRotation. composeInverseInternal(Rotation r)Compose the inverse of the instance with another rotation using vector operator convention.private RotationRotation. composeInverseInternal(Rotation r)Compose the inverse of the instance with another rotation using vector operator convention.static doubleRotation. distance(Rotation r1, Rotation r2)Compute the distance between two rotations.PlanePlane. rotate(Vector3D center, Rotation rotation)Rotate the plane around the specified point.PolyhedronsSetPolyhedronsSet. rotate(Vector3D center, Rotation rotation)Rotate the region around the specified point.Constructors in org.apache.commons.math3.geometry.euclidean.threed with parameters of type Rotation Constructor Description RotationTransform(Vector3D center, Rotation rotation)Build a rotation transform. -
Uses of Rotation in org.apache.commons.math3.geometry.spherical.twod
Fields in org.apache.commons.math3.geometry.spherical.twod declared as Rotation Modifier and Type Field Description private RotationCircle.CircleTransform. rotationUnderlying rotation.Methods in org.apache.commons.math3.geometry.spherical.twod with parameters of type Rotation Modifier and Type Method Description static Transform<Sphere2D,Sphere1D>Circle. getTransform(Rotation rotation)Get aTransformembedding a 3D rotation.Constructors in org.apache.commons.math3.geometry.spherical.twod with parameters of type Rotation Constructor Description CircleTransform(Rotation rotation)Build a transform from aRotation.
-