Uses of Class
org.apache.commons.geometry.spherical.oned.CutAngle.CutAngleConvexSubset
-
Packages that use CutAngle.CutAngleConvexSubset Package Description org.apache.commons.geometry.spherical.oned 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.CutAngleConvexSubset Modifier and Type Method Description CutAngle.CutAngleConvexSubsetCutAngle.CutAngleConvexSubset. reverse()Reverse the orientation of the hyperplane for this instance, returning the result as a new instance.CutAngle.CutAngleConvexSubsetCutAngle.CutAngleConvexSubset. transform(Transform<Point1S> transform)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.CutAngleConvexSubset Modifier and Type Method Description Split<CutAngle.CutAngleConvexSubset>CutAngle.CutAngleConvexSubset. split(Hyperplane<Point1S> splitter)Split this instance with the given hyperplane.java.util.List<CutAngle.CutAngleConvexSubset>CutAngle.CutAngleConvexSubset. toConvex()Convert this instance into a list of convex child subsets representing the same region.
-