| Package | Description |
|---|---|
| com.github.davidmoten.rtree2 | |
| com.github.davidmoten.rtree2.geometry | |
| com.github.davidmoten.rtree2.geometry.internal |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entry<T,S>> |
RTree.search(Line line) |
| Modifier and Type | Field and Description |
|---|---|
static BiPredicate<Circle,Line> |
Intersects.circleIntersectsLine |
static BiPredicate<Geometry,Line> |
Intersects.geometryIntersectsLine |
static BiPredicate<Line,Circle> |
Intersects.lineIntersectsCircle |
static BiPredicate<Line,Line> |
Intersects.lineIntersectsLine |
static BiPredicate<Line,Line> |
Intersects.lineIntersectsLine |
static BiPredicate<Line,Point> |
Intersects.lineIntersectsPoint |
static BiPredicate<Line,Rectangle> |
Intersects.lineIntersectsRectangle |
static BiPredicate<Point,Line> |
Intersects.pointIntersectsLine |
static BiPredicate<Rectangle,Line> |
Intersects.rectangleIntersectsLine |
| Modifier and Type | Method and Description |
|---|---|
static Line |
Geometries.line(double x1,
double y1,
double x2,
double y2) |
static Line |
Geometries.line(float x1,
float y1,
float x2,
float y2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Circle.intersects(Line line) |
boolean |
Line.intersects(Line b) |
| Modifier and Type | Class and Description |
|---|---|
class |
LineDouble
A line segment.
|
class |
LineFloat
A line segment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CircleDouble.intersects(Line line) |
boolean |
CircleFloat.intersects(Line line) |
boolean |
LineDouble.intersects(Line b) |
boolean |
LineFloat.intersects(Line b) |
Copyright © 2013–2022. All rights reserved.