Extend Curve to allow for arbitrary domains

This commit is contained in:
ocean (they/them) 2023-07-01 22:56:23 -04:00
parent c6c464cf9a
commit 6c65213487
16 changed files with 441 additions and 195 deletions

View file

@ -101,7 +101,7 @@
The polyline's width.
</member>
<member name="width_curve" type="Curve" setter="set_curve" getter="get_curve">
The polyline's width curve. The width of the polyline over its length will be equivalent to the value of the width curve over its domain.
The polyline's width curve. The width of the polyline over its length will be equivalent to the value of the width curve over its domain. The width curve should be a unit [Curve].
</member>
</members>
<constants>