Uses of Class
org.apache.commons.math.geometry.RotationOrder
-
Packages that use RotationOrder Package Description org.apache.commons.math.geometry This package provides basic 3D geometry components. -
-
Uses of RotationOrder in org.apache.commons.math.geometry
Fields in org.apache.commons.math.geometry declared as RotationOrder Modifier and Type Field Description static RotationOrderRotationOrder. XYXSet of Euler angles.static RotationOrderRotationOrder. XYZSet of Cardan angles.static RotationOrderRotationOrder. XZXSet of Euler angles.static RotationOrderRotationOrder. XZYSet of Cardan angles.static RotationOrderRotationOrder. YXYSet of Euler angles.static RotationOrderRotationOrder. YXZSet of Cardan angles.static RotationOrderRotationOrder. YZXSet of Cardan angles.static RotationOrderRotationOrder. YZYSet of Euler angles.static RotationOrderRotationOrder. ZXYSet of Cardan angles.static RotationOrderRotationOrder. ZXZSet of Euler angles.static RotationOrderRotationOrder. ZYXSet of Cardan angles.static RotationOrderRotationOrder. ZYZSet of Euler angles.Methods in org.apache.commons.math.geometry with parameters of type RotationOrder Modifier and Type Method Description double[]Rotation. getAngles(RotationOrder order)Get the Cardan or Euler angles corresponding to the instance.Constructors in org.apache.commons.math.geometry with parameters of type RotationOrder Constructor Description Rotation(RotationOrder order, double alpha1, double alpha2, double alpha3)Build a rotation from three Cardan or Euler elementary rotations.
-