Uses of Class
org.apache.commons.geometry.euclidean.twod.LineSubset
Packages that use LineSubset
Package
Description
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.twodModifier and TypeClassDescriptionfinal class
Class representing an arbitrary subset of a line using aRegionBSPTree1D
.class
Class representing a convex subset of a line in 2D Euclidean space.(package private) final class
Class representing the span of a line in 2D Euclidean space.final class
Class representing a ray in 2D Euclidean space.final class
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.final class
Class representing a line segment in 2D Euclidean space.Methods in org.apache.commons.geometry.euclidean.twod with type parameters of type LineSubsetModifier and TypeMethodDescription(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 LineSubsetModifier and TypeMethodDescriptionLineSubset.intersection
(LineSubset subset) Get the unique intersection of this instance with the given line subset.