LineExtensions extension
Extensions for Line3.
Methods
-
bezierSmooth(
) → List< Line3> -
Available on List<
Smooths Line3 using bezier smoothing algorithm.Line3> , provided by the LineExtensions extension -
joinToPolyLine(
) → List< PolyLine3> -
Available on List<
Joins list of Line3 to a single PolyLine3.Line3> , provided by the LineExtensions extension