AnchorPoint struct

record about vertex coordinates and index of anchor to which it is snapped

Contents

Public variables

int anchor
Anchor information: 0+ - index of anchor to which this point should be snapped -1 - initial value (undefined) -2 - this point is an anchor, i.e.
double x
coordinates of the point

Variable documentation

int AnchorPoint::anchor

Anchor information: 0+ - index of anchor to which this point should be snapped -1 - initial value (undefined) -2 - this point is an anchor, i.e.

do not snap this point (snap others to this point)