Uses of Class
org.apache.commons.geometry.spherical.oned.CutAngle.CutAngleConvexSubset
Packages that use CutAngle.CutAngleConvexSubset
Package
Description
This package provides basic geometry components on the 1-sphere.
-
Uses of CutAngle.CutAngleConvexSubset in org.apache.commons.geometry.spherical.oned
Methods in org.apache.commons.geometry.spherical.oned that return CutAngle.CutAngleConvexSubsetModifier and TypeMethodDescriptionCutAngle.CutAngleConvexSubset.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.spherical.oned that return types with arguments of type CutAngle.CutAngleConvexSubsetModifier and TypeMethodDescriptionCutAngle.CutAngleConvexSubset.split
(Hyperplane<Point1S> splitter) Split this instance with the given hyperplane.CutAngle.CutAngleConvexSubset.toConvex()
Convert this instance into a list of convex child subsets representing the same region.