Uses of Class
org.apache.commons.math.geometry.Rotation

Packages that use Rotation
org.apache.commons.math.geometry This package provides basic 3D geometry components. 
 

Uses of Rotation in org.apache.commons.math.geometry
 

Methods in org.apache.commons.math.geometry that return Rotation
 Rotation Rotation.applyInverseTo(Rotation r)
          Apply the inverse of the instance to another rotation.
 Rotation Rotation.applyTo(Rotation r)
          Apply the instance to another rotation.
 Rotation Rotation.revert()
          Revert a rotation.
 

Methods in org.apache.commons.math.geometry with parameters of type Rotation
 Rotation Rotation.applyInverseTo(Rotation r)
          Apply the inverse of the instance to another rotation.
 Rotation Rotation.applyTo(Rotation r)
          Apply the instance to another rotation.