Fizzy / docs / ref / LengthControlPoint.md
LengthControlPoint
A ControlPoint, which is constrained to sit along a line.
The line is defined by a Start
point, and an Angle
.
An alternative is BetweenControlPoint which is also constrained along a line, but defined using a start and end point, rather than an angle.
Fields
Name | Type | Comments |
---|---|---|
Point | Dimension2 | Start + Angle.unitVector() * Length |
Start | Dimension2 | Was called A (deprecated) |
Angle | Angle | |
Length | Dimension | Changes when the control handle is dragged. |
Min | Dimension | The minimum value for Length . Often MIN_DIMENSION or 0mm |
Max | Dimension | The maximum value for Length . Often MAX_DIMENSION |