Package edu.wpi.first.math.trajectory
Class ExponentialProfile.State
java.lang.Object
edu.wpi.first.math.trajectory.ExponentialProfile.State
- All Implemented Interfaces:
StructSerializable,WPISerializable
- Enclosing class:
ExponentialProfile
Profile state.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe position at this state.static final ExponentialProfileStateStructThe struct that serializes this class.doubleThe velocity at this state. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
struct
The struct that serializes this class. -
position
The position at this state. -
velocity
The velocity at this state.
-
-
Constructor Details
-
State
public State()Default constructor. -
State
Constructs a state within an exponential profile.- Parameters:
position- The position at this state.velocity- The velocity at this state.
-
-
Method Details