false
2 * Math.PI
0
0
0
0
This value determines the amount of divisions when calculating the cumulative segment lengths of a curve via .getLengths. To ensure precision when using methods like .getSpacedPoints, it is recommended to increase .arcLengthDivisions if the curve is very large.
200
'ArcCurve'
1
1
Generate Frenet frames of the curve
Optional
closed: booleanReturns a unit vector tangent at t. If the subclassed curve do not implement its tangent derivation, 2 points a small delta apart will be used to find its gradient which seems to give a reasonable approximation getTangent(t: number, optionalTarget?: T): T;
Static
createGenerated using TypeDoc
An extensible curve object which contains methods for interpolation class Curve