Constructor.
Namespace:
Demo3D.Visuals.Motor
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic State(
double time,
double position,
double velocity,
double acceleration
)
Parameters
- time
- Type: SystemDouble
The (unsigned) time, t. - position
- Type: SystemDouble
The (signed) position at time t. - velocity
- Type: SystemDouble
The (signed) velocity at time t. - acceleration
- Type: SystemDouble
The (signed) change in velocity at time t.
See Also