Instance Method
gridLength()gridLengthgridLength
Effective grid length used for rounding coordinates.
Declaration
func gridLength() -> CGFloatDeclaration
- (CGFloat) gridLength;Declaration
pyobjc_instanceMethods.gridLength() -> floatDiscussion
Returns gridMain / gridSubDivision when gridSubDivision is greater than 0. Otherwise, returns gridMain.
See Also
Grid
Main grid spacing used for rounding coordinates.
Subdivision applied to the main grid spacing.
Stored main grid spacing.
Stored grid subdivision.