Package edu.tufts.hrilab.util
Class Convert
java.lang.Object
edu.tufts.hrilab.util.Convert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.vecmath.Point3d
convertToEuler
(javax.vecmath.Quat4d q) static javax.vecmath.Matrix4d
convertToMatrix4d
(javax.vecmath.Point3d p, javax.vecmath.Quat4d q) static javax.vecmath.Quat4d
eulerToQuat4d
(double yaw, double pitch, double roll)
-
Constructor Details
-
Convert
public Convert()
-
-
Method Details
-
convertToEuler
public static javax.vecmath.Point3d convertToEuler(javax.vecmath.Quat4d q) -
convertToMatrix4d
public static javax.vecmath.Matrix4d convertToMatrix4d(javax.vecmath.Point3d p, javax.vecmath.Quat4d q) -
eulerToQuat4d
public static javax.vecmath.Quat4d eulerToQuat4d(double yaw, double pitch, double roll)
-