Uses of Class
org.apache.commons.math.geometry.Rotation
-
Packages that use Rotation Package Description org.apache.commons.math.geometry This package provides basic 3D geometry components. -
-
Uses of Rotation in org.apache.commons.math.geometry
Fields in org.apache.commons.math.geometry declared as Rotation Modifier and Type Field Description static RotationRotation. IDENTITYIdentity rotation.Methods in org.apache.commons.math.geometry 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. revert()Revert a rotation.Methods in org.apache.commons.math.geometry with parameters of type 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.static doubleRotation. distance(Rotation r1, Rotation r2)Compute the distance between two rotations.
-