Uses of Class
org.apache.commons.geometry.spherical.twod.EmbeddedTreeGreatCircleSubset
-
Packages that use EmbeddedTreeGreatCircleSubset Package Description org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of EmbeddedTreeGreatCircleSubset in org.apache.commons.geometry.spherical.twod
Methods in org.apache.commons.geometry.spherical.twod that return EmbeddedTreeGreatCircleSubset Modifier and Type Method Description EmbeddedTreeGreatCircleSubset
EmbeddedTreeGreatCircleSubset. transform(Transform<Point2S> transform)
Return a new hyperplane subset resulting from the application of the given transform.Methods in org.apache.commons.geometry.spherical.twod that return types with arguments of type EmbeddedTreeGreatCircleSubset Modifier and Type Method Description Split<EmbeddedTreeGreatCircleSubset>
EmbeddedTreeGreatCircleSubset. split(Hyperplane<Point2S> splitter)
Split this instance with the given hyperplane.Methods in org.apache.commons.geometry.spherical.twod with parameters of type EmbeddedTreeGreatCircleSubset Modifier and Type Method Description void
EmbeddedTreeGreatCircleSubset. add(EmbeddedTreeGreatCircleSubset subcircle)
Add the region represented by the given subcircle to this instance.
-