| Package | Description |
|---|---|
| com.github.davidmoten.rtree.geometry |
| Modifier and Type | Field and Description |
|---|---|
static rx.functions.Func2<Point,Circle,Boolean> |
Intersects.pointIntersectsCircle |
static rx.functions.Func2<Rectangle,Circle,Boolean> |
Intersects.rectangleIntersectsCircle |
| Modifier and Type | Method and Description |
|---|---|
static Circle |
Geometries.circle(double x,
double y,
double radius) |
static Circle |
Circle.create(double x,
double y,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Circle.intersects(Circle c) |
Copyright © 2013–2015. All rights reserved.