Package | Description |
---|---|
org.apache.commons.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedTreeLineSubset
Class representing an arbitrary subset of a line using a
RegionBSPTree1D . |
class |
LineConvexSubset
Class representing a convex subset of a line in 2D Euclidean space.
|
class |
Ray
Class representing a ray in 2D Euclidean space.
|
class |
ReverseRay
Class representing a portion of a line in 2D Euclidean space that starts at infinity and
continues in the direction of the line up to a single end point.
|
class |
Segment
Class representing a line segment in 2D Euclidean space.
|
Modifier and Type | Method and Description |
---|---|
Vector2D |
LineSubset.intersection(LineSubset subset)
Get the unique intersection of this instance with the given line subset.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.