Uses of Class
org.apache.lucene.spatial.geometry.shape.LineSegment
-
Packages that use LineSegment Package Description org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of LineSegment in org.apache.lucene.spatial.geometry.shape
Methods in org.apache.lucene.spatial.geometry.shape with parameters of type LineSegment Modifier and Type Method Description int
Ellipse. intersect(LineSegment seg, Point2D pt0, Point2D pt1)
Deprecated.Determines if a line segment intersects the ellipse and if so finds the point(s) of intersection.
-