public float GetAltitudeInFuture(float seconds) { return(altitudePlanner.GetValueInFuture(seconds)); }
public float GetHeadingInFuture(float seconds) { return(headingPlanner.GetValueInFuture(seconds)); }