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