Uses of Class
org.apache.commons.geometry.euclidean.oned.OrientedPoint.OrientedPointConvexSubset
Packages that use OrientedPoint.OrientedPointConvexSubset
Package
Description
This package provides basic 1D geometry components.
-
Uses of OrientedPoint.OrientedPointConvexSubset in org.apache.commons.geometry.euclidean.oned
Methods in org.apache.commons.geometry.euclidean.oned that return OrientedPoint.OrientedPointConvexSubsetModifier and TypeMethodDescriptionOrientedPoint.OrientedPointConvexSubset.reverse()
Reverse the orientation of the hyperplane for this instance, returning the result as a new instance.Return a new hyperplane subset resulting from the application of the given transform.Methods in org.apache.commons.geometry.euclidean.oned that return types with arguments of type OrientedPoint.OrientedPointConvexSubsetModifier and TypeMethodDescriptionOrientedPoint.OrientedPointConvexSubset.split
(Hyperplane<Vector1D> splitter) Split this instance with the given hyperplane.OrientedPoint.OrientedPointConvexSubset.toConvex()
Convert this instance into a list of convex child subsets representing the same region.