Exit Full View

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

NameTypeComments
PointDimension2Start + (End - Start) * Length
StartDimension2Was called A (deprecated)
EndDimension2Was called B (deprecated)
AlongDoubleChanges when the control handle is dragged.
MinDoubleThe minimum value for Along. Often MIN_VALUE or 0
MaxDoubleThe maximum value for Along. Often MAX_VALUE or 1