CSharpRoboticsLib.ControlSystems.MotionProfile.GetVelocity C# (CSharp) Method

GetVelocity() public method

Gets the expected velocity at a specific time
public GetVelocity ( double time ) : double
time double
return double
        public double GetVelocity(double time) => Get(time).Velocity;