Uses of Class
org.apache.commons.geometry.euclidean.twod.EmbeddedTreeLineSubset
Packages that use EmbeddedTreeLineSubset
Package
Description
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 EmbeddedTreeLineSubsetModifier and TypeMethodDescriptionReturn 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 EmbeddedTreeLineSubsetModifier and TypeMethodDescriptionEmbeddedTreeLineSubset.split
(Hyperplane<Vector2D> splitter) Split this instance with the given hyperplane.Methods in org.apache.commons.geometry.euclidean.twod with parameters of type EmbeddedTreeLineSubsetModifier and TypeMethodDescriptionvoid
EmbeddedTreeLineSubset.add
(EmbeddedTreeLineSubset subset) Add the region represented by the given line subset to this instance.