splineThru method
Connects a new SplineCurve onto the currentPath.
Implementation
ShapePath splineThru(List<Vector2> pts) {
currentPath.splineThru(pts);
return this;
}
Connects a new SplineCurve onto the currentPath.
ShapePath splineThru(List<Vector2> pts) {
currentPath.splineThru(pts);
return this;
}