Uses of Class
org.apache.commons.geometry.euclidean.twod.LineSubset
-
Packages that use LineSubset Package Description org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of LineSubset in org.apache.commons.geometry.euclidean.twod
Subclasses of LineSubset in org.apache.commons.geometry.euclidean.twod Modifier and Type Class Description class
EmbeddedTreeLineSubset
Class representing an arbitrary subset of a line using aRegionBSPTree1D
.class
LineConvexSubset
Class representing a convex subset of a line in 2D Euclidean space.(package private) class
LineSpanningSubset
Class representing the span 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.Methods in org.apache.commons.geometry.euclidean.twod with type parameters of type LineSubset Modifier and Type Method Description (package private) <T extends LineSubset>
Split<T>LineSubset. createSplitResult(Line splitter, T low, T high)
Create a split result for the given splitter line, given the low and high split portion of this instance.(package private) <T extends LineSubset>
Split<T>LineSubset. getNonIntersectingSplitResult(Line splitter, T subset)
Get a split result for cases where no intersection exists between the splitting line and the line underlying the given line subset.Methods in org.apache.commons.geometry.euclidean.twod with parameters of type LineSubset Modifier and Type Method Description Vector2D
LineSubset. intersection(LineSubset subset)
Get the unique intersection of this instance with the given line subset.
-