MotionState

fun MotionState(    x: Double = 0.0,     v: Double = 0.0,     a: Double = 0.0)

Parameters

x

position of system

v

velocity of system

a

acceleration of system