Package edu.tufts.hrilab.map.util
Class Pose
java.lang.Object
edu.tufts.hrilab.map.util.Pose
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.vecmath.Quat4d
javax.vecmath.Point3d
-
Constructor Details
-
Pose
public Pose(javax.vecmath.Point3d pos, javax.vecmath.Quat4d rot) -
Pose
public Pose()
-
-
Method Details
-
getPosition
public javax.vecmath.Point3d getPosition() -
getOrientation
public javax.vecmath.Quat4d getOrientation()
-