Click or drag to resize

State Structure

The state of motion at a particular point in time.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public readonly struct State

The State type exposes the following members.

Constructors
  NameDescription
Public methodState
Constructor.
Top
Fields
  NameDescription
Public fieldAcceleration
The signed change in velocity at Time.
Public fieldPosition
The (signed) position at Time.
Public fieldTime
The (unsigned) time for the state.
Public fieldVelocity
The (signed) velocity at Time.
Top
See Also