LineExtensions extension

Extensions for Line3.

on

Methods

bezierSmooth() List<Line3>

Available on List<Line3>, provided by the LineExtensions extension

Smooths Line3 using bezier smoothing algorithm.
joinToPolyLine() List<PolyLine3>

Available on List<Line3>, provided by the LineExtensions extension

Joins list of Line3 to a single PolyLine3.