| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.geometry | |
| com.github.davidmoten.rtree.geometry.internal |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Entry<T,S>> |
RTree.search(Line line) |
| Modifier and Type | Field and Description |
|---|---|
static rx.functions.Func2<Circle,Line,Boolean> |
Intersects.circleIntersectsLine |
static rx.functions.Func2<Geometry,Line,Boolean> |
Intersects.geometryIntersectsLine |
static rx.functions.Func2<Line,Circle,Boolean> |
Intersects.lineIntersectsCircle |
static rx.functions.Func2<Line,Line,Boolean> |
Intersects.lineIntersectsLine |
static rx.functions.Func2<Line,Line,Boolean> |
Intersects.lineIntersectsLine |
static rx.functions.Func2<Line,Point,Boolean> |
Intersects.lineIntersectsPoint |
static rx.functions.Func2<Line,Rectangle,Boolean> |
Intersects.lineIntersectsRectangle |
static rx.functions.Func2<Point,Line,Boolean> |
Intersects.pointIntersectsLine |
static rx.functions.Func2<Rectangle,Line,Boolean> |
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–2023. All rights reserved.