Class TorqueLookUpTable.TorqueDisjointData
java.lang.Object
org.texastorque.torquelib.control.TorqueLookUpTable.TorqueDisjointData
- Enclosing class:
- TorqueLookUpTable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTorqueDisjointData
(double distance, double hood, double rpm) TorqueDisjointData
(double lowestPoint, double highestPoint, double hood, double rpm) -
Method Summary
-
Field Details
-
distance
public double distance
-
-
Constructor Details
-
TorqueDisjointData
public TorqueDisjointData(double distance, double hood, double rpm) - Parameters:
distance
-hood
-rpm
-
-
TorqueDisjointData
public TorqueDisjointData(double lowestPoint, double highestPoint, double hood, double rpm) - Parameters:
lowestPoint
-highestPoint
-hood
-rpm
-
-
-
Method Details
-
getHood
public double getHood() -
getRPM
public double getRPM() -
getDistance
public double getDistance() -
getLowestPoint
public double getLowestPoint() -
getHighestPoint
public double getHighestPoint()
-