The Curve object represents...
Creates a new curve object.
The first anchor point of the curve.
The second anchor point of the curve.
The handle point that describes the tangent in the first anchor point.
The handle point that describes the tangent in the second anchor point.
The first segment of the curve.
The second segment of the curve.
The path that the curve belongs to.
The index of the curve in the path.curves array.
The next curve in the path.curves array that the curve belongs to.
The previous curve in the path.curves array that the curve belongs to.
Specifies whether the handles of the curve are selected.
The approximated length of the curve in points.
Checks if this curve is linear, meaning it does not define any curve handle.
Returns the point on the curve at the specified position.
Returns the tangent point on the curve at the specified position.
Returns the normal point on the curve at the specified position.
Returns a reversed version of the curve, without modifying the curve itself.
Returns a copy of the curve.
Copyright © 21011 Jürg Lehni & Jonathan Puckey. All Rights Reserved.