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

GetAcceleration() public method

Gets the expected acceleration at a specific time
public GetAcceleration ( double time ) : double
time double
return double
        public double GetAcceleration(double time) => Get(time).Acceleration;