-
Field Summary
Fields
Modifier and Type |
Field |
Description |
double |
position |
The position at this state.
|
double |
velocity |
The velocity at this state.
|
-
Constructor Summary
Constructors
Constructor |
Description |
State() |
Default constructor.
|
State(double position,
double velocity) |
Constructs a state within an exponential profile.
|
-
Method Summary
-
Field Details
-
The position at this state.
-
The velocity at this state.
-
Constructor Details
-
-
public State(
double position,
double velocity)
Constructs a state within an exponential profile.
- Parameters:
position
- The position at this state.
velocity
- The velocity at this state.
-