State Structure | 
Namespace: Demo3D.Visuals.Motor
public readonly struct State
The State type exposes the following members.
| Name | Description | |
|---|---|---|
| Acceleration | 
            The signed change in velocity at Time.
              | |
| Position | 
            The (signed) position at Time.
              | |
| Time | 
            The (unsigned) time for the state.
              | |
| Velocity | 
            The (signed) velocity at Time.
              |