- Cleaned up the ThrustCurveMotor api interface -- Converted 'getTimePoints().length' -> 'getSampleSize()' -- Unified ThrustCurveMotor gets to the form getXXXX(double motorTime) -- Restricted access for several methods from public -> protected - Updated ThrustCurveMotorTest.java