Optionalpoints: Point3[]Optionalperiodic: booleanOptionaltolerance: numberOptionalparametrization: bSplineParametrizationEnumOptionalstartTangent: Vector3OptionalendTangent: Vector3Optionaltangents: Vector3[]Indicates wether BSpline will be periodic (closed, tangent-continuous at the seam)
tolerance
OptionalparametrizationParametrization controlling point spacing along the curve. When omitted, chord-length is used (backward-compatible). Centripetal is recommended for uneven spacing as it resists cusps and overshoot.
OptionalstartOptional tangent direction enforced at the start (non-periodic only).
OptionalendOptional tangent direction enforced at the end (non-periodic only).
OptionaltangentsOptional per-point tangent directions (one per point); entries that are undefined are left free. When provided, takes precedence over startTangent/endTangent.
Points through which the BSpline will be created