Uses of Class
org.apache.commons.math3.geometry.euclidean.threed.CardanEulerSingularityException
Packages that use CardanEulerSingularityException
Package
Description
This package provides basic 3D geometry components.
-
Uses of CardanEulerSingularityException in org.apache.commons.math3.geometry.euclidean.threed
Methods in org.apache.commons.math3.geometry.euclidean.threed that throw CardanEulerSingularityExceptionModifier and TypeMethodDescriptionT[]FieldRotation.getAngles(RotationOrder order) Deprecated.T[]FieldRotation.getAngles(RotationOrder order, RotationConvention convention) Get the Cardan or Euler angles corresponding to the instance.double[]Rotation.getAngles(RotationOrder order) Deprecated.as of 3.6, replaced withRotation.getAngles(RotationOrder, RotationConvention)double[]Rotation.getAngles(RotationOrder order, RotationConvention convention) Get the Cardan or Euler angles corresponding to the instance.
FieldRotation.getAngles(RotationOrder, RotationConvention)