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
false
new THREE.Vector2()
[]
[]
'Shape'
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
Defines a 2d shape plane using paths.