Fizzy / docs / ref / BetweenControlPoint.md
BetweenControlPoint
A ControlPoint, which is constrained to sit along a line.
The line is defined by Start
and End
points.
An alternative is LengthControlPoint which is also constrained along a line, but defined using a start point and an angle.
Fields
Name | Type | Comments |
---|---|---|
Point | Dimension2 | Start + (End - Start) * Length |
Start | Dimension2 | Was called A (deprecated) |
End | Dimension2 | Was called B (deprecated) |
Along | Double | Changes when the control handle is dragged. |
Min | Double | The minimum value for Along . Often MIN_VALUE or 0 |
Max | Double | The maximum value for Along . Often MAX_VALUE or 1 |