Package org.chsrobotics.lib.trajectory
Class MotionProfile.State
- java.lang.Object
-
- org.chsrobotics.lib.trajectory.MotionProfile.State
-
- Enclosing class:
- MotionProfile
public static class MotionProfile.State extends java.lang.ObjectHolds the velocity and position states of a MotionProfile at a time in its span.
-
-
Constructor Summary
Constructors Constructor Description State(double position, double velocity)Constructs a State out of a given position and velocity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()
-