Uses of Class
org.apache.commons.geometry.spherical.twod.EmbeddedTreeGreatCircleSubset
Packages that use EmbeddedTreeGreatCircleSubset
Package
Description
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 EmbeddedTreeGreatCircleSubsetModifier and TypeMethodDescriptionReturn 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 EmbeddedTreeGreatCircleSubsetModifier and TypeMethodDescriptionEmbeddedTreeGreatCircleSubset.split
(Hyperplane<Point2S> splitter) Split this instance with the given hyperplane.Methods in org.apache.commons.geometry.spherical.twod with parameters of type EmbeddedTreeGreatCircleSubsetModifier and TypeMethodDescriptionvoid
EmbeddedTreeGreatCircleSubset.add
(EmbeddedTreeGreatCircleSubset subcircle) Add the region represented by the given subcircle to this instance.