Class RotationUtils


  • public class RotationUtils
    extends Object
    • Field Detail

      • ROTATION_ORDER

        public static final org.apache.commons.math3.geometry.euclidean.threed.RotationOrder ROTATION_ORDER
      • ROTATION_CONVENTION

        public static final org.apache.commons.math3.geometry.euclidean.threed.RotationConvention ROTATION_CONVENTION
    • Constructor Detail

      • RotationUtils

        public RotationUtils()
    • Method Detail

      • getRPYVec

        public static org.apache.commons.math3.geometry.euclidean.threed.Vector3D getRPYVec​(org.apache.commons.math3.geometry.euclidean.threed.Rotation rot)
      • fromRPY

        public static org.apache.commons.math3.geometry.euclidean.threed.Rotation fromRPY​(double roll,
                                                                                          double pitch,
                                                                                          double yaw)