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