Package com.dua3.utility.math.geometry
Class Path2f
java.lang.Object
com.dua3.utility.math.geometry.Path2f
A path in 2-dimensional space that is defined by joining together different segments.
-
Method Summary
-
Method Details
-
builder
Creates a new instance ofPathBuilder2f
.- Returns:
- a new instance of
PathBuilder2f
-
vertices
Get this path's vertices as a list.- Returns:
- unmodifiable list of vertices
-
segments
This path's segments as a list.- Returns:
- unmodifiable list of segments
-
toString
-