Extend Curve to allow for arbitrary domains
This commit is contained in:
parent
c6c464cf9a
commit
6c65213487
16 changed files with 441 additions and 195 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue