|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uwcse.location.core.MotionModel
A generic motion model suitable for humans on foot. Extend this class to provide for other types of motion.
| Constructor Summary | |
MotionModel()
Create a MotionModel object. |
|
MotionModel(MotionModel mm)
Create a MotionModel object as a copy of the given one. |
|
| Method Summary | |
Object |
clone()
|
double |
getAccelerationSD()
Get the standard deviation of the acceleration in meters per second per second. |
double |
getMaxVelocity()
Get the maximum linear velocity in meters per second. |
Vector3d |
getRotationSD()
Get the standard deviation in degrees of the noise added to the rotations. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MotionModel()
public MotionModel(MotionModel mm)
| Method Detail |
public Object clone()
clone in class Objectpublic double getAccelerationSD()
public double getMaxVelocity()
public Vector3d getRotationSD()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||