An abstract base class extending [page:Curve]. A CurvePath is simply an array of connected curves, but retains the api of a curve.
The constructor take no parameters.
See the base [page:Curve] class for common properties.
The array of [page:Curve Curves].
Whether or not to automatically close the path.
See the base [page:Curve] class for common methods.
Add a curve to the [page:.curves] array.
Adds a [page:LineCurve lineCurve] to close the path.
Adds together the lengths of the curves in the [page:.curves] array.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]