Class RotationUtils
- java.lang.Object
-
- org.team1540.rooster.datastructures.utils.RotationUtils
-
public class RotationUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.math3.geometry.euclidean.threed.RotationConventionROTATION_CONVENTIONstatic org.apache.commons.math3.geometry.euclidean.threed.RotationOrderROTATION_ORDER
-
Constructor Summary
Constructors Constructor Description RotationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.commons.math3.geometry.euclidean.threed.RotationfromRPY(double roll, double pitch, double yaw)static org.apache.commons.math3.geometry.euclidean.threed.Vector3DgetRPYVec(org.apache.commons.math3.geometry.euclidean.threed.Rotation rot)
-
-
-
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)
-
-