Bounds2D |
Bounds2D.Builder.build() |
Create a new Bounds2D instance from the values in this builder.
|
static Bounds2D |
Bounds2D.from(java.lang.Iterable<Vector2D> points) |
Construct a new instance from the given points.
|
static Bounds2D |
Bounds2D.from(Vector2D first,
Vector2D... more) |
Construct a new instance from the given points.
|
default Bounds2D |
BoundarySource2D.getBounds() |
Get a Bounds2D object defining the axis-aligned box containing all vertices
in the boundaries for this instance.
|
Bounds2D |
BoundarySourceBoundsBuilder2D.getBounds(BoundarySource2D src) |
Get a Bounds2D instance containing all vertices in the given boundary source.
|
Bounds2D |
EmbeddedTreeLineSubset.getBounds() |
Get a Bounds2D object defining an axis-aligned bounding box containing all
vertices for this subset.
|
Bounds2D |
LineSpanningSubset.getBounds() |
Get a Bounds2D object defining an axis-aligned bounding box containing all
vertices for this subset.
|
abstract Bounds2D |
LineSubset.getBounds() |
Get a Bounds2D object defining an axis-aligned bounding box containing all
vertices for this subset.
|
Bounds2D |
Ray.getBounds() |
Get a Bounds2D object defining an axis-aligned bounding box containing all
vertices for this subset.
|
Bounds2D |
ReverseRay.getBounds() |
Get a Bounds2D object defining an axis-aligned bounding box containing all
vertices for this subset.
|
Bounds2D |
Segment.getBounds() |
Get a Bounds2D object defining an axis-aligned bounding box containing all
vertices for this subset.
|
Bounds2D |
Bounds2D.intersection(Bounds2D other) |
Return the intersection of this bounding box and the argument, or null if no intersection exists.
|