Class SmallPointCalculator
- java.lang.Object
-
- net.anwiba.spatial.coordinate.calculator.SmallPointCalculator
-
public class SmallPointCalculator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleTOLERANCE
-
Constructor Summary
Constructors Constructor Description SmallPointCalculator(double tolerance, ICoordinate c0, ICoordinate c1)SmallPointCalculator(ICoordinate c0, ICoordinate c1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICoordinatecalculate(double s, double r)
-
-
-
Field Detail
-
TOLERANCE
public static final double TOLERANCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SmallPointCalculator
public SmallPointCalculator(ICoordinate c0, ICoordinate c1)
-
SmallPointCalculator
public SmallPointCalculator(double tolerance, ICoordinate c0, ICoordinate c1)
-
-
Method Detail
-
calculate
public ICoordinate calculate(double s, double r)
-
-