toPolygonalChain

abstract fun toPolygonalChain(parameterValues: Sequence<T>): PolygonalChain3<T>

Returns polygonal chain approximating this curve.

Vertices of the new polygonal chain will be calculated at given parameterValues.