Class InfBufLine
java.lang.Object
org.locationtech.spatial4j.shape.impl.InfBufLine
INERNAL: A buffered line of infinite length.
Public for test access.
-
Method Details
-
distanceUnbuffered
INTERNAL AKA lineToPointDistance -
quadrant
INTERNAL: AKA lineToPointQuadrant -
cornerByQuadrant
-
getSlope
public double getSlope() -
getIntercept
public double getIntercept() -
getBuf
public double getBuf() -
getDistDenomInv
public double getDistDenomInv()1 / Math.sqrt(slope * slope + 1) -
toString
-