Uses of Class
org.apache.commons.math.geometry.Rotation
Packages that use Rotation
Package
Description
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 RotationMethods in org.apache.commons.math.geometry that return RotationModifier and TypeMethodDescriptionRotation.applyInverseTo
(Rotation r) Apply the inverse of the instance to another rotation.Apply the instance to another rotation.Rotation.revert()
Revert a rotation.Methods in org.apache.commons.math.geometry with parameters of type RotationModifier and TypeMethodDescriptionRotation.applyInverseTo
(Rotation r) Apply the inverse of the instance to another rotation.Apply the instance to another rotation.static double
Compute the distance between two rotations.