Uses of Class
org.apache.commons.geometry.euclidean.twod.LineSpanningSubset
-
Packages that use LineSpanningSubset Package Description org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of LineSpanningSubset in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return LineSpanningSubset Modifier and Type Method Description LineSpanningSubset
LineSpanningSubset. reverse()
Reverse the orientation of the hyperplane for this instance, returning the result as a new instance.LineSpanningSubset
LineSpanningSubset. transform(Transform<Vector2D> transform)
Return a new hyperplane subset resulting from the application of the given transform.
-