| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
record about vertex coordinates and index of anchor to which it is snapped More...
| Public Attributes | |
| 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.  More... | |
| double | x | 
| coordinates of the point  More... | |
| double | y | 
record about vertex coordinates and index of anchor to which it is snapped
Definition at line 29 of file qgsgeometrysnappersinglesource.cpp.
| 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)
Definition at line 40 of file qgsgeometrysnappersinglesource.cpp.
| double AnchorPoint::x | 
coordinates of the point
Definition at line 32 of file qgsgeometrysnappersinglesource.cpp.
| double AnchorPoint::y | 
Definition at line 32 of file qgsgeometrysnappersinglesource.cpp.