DEFAULT_QUADRANT_SEGMENTS constant

int const DEFAULT_QUADRANT_SEGMENTS

The default number of facets into which to divide a fillet of 90 degrees. A value of 8 gives less than 2% max error in the buffer distance. For a max error of < 1%, use QS = 12. For a max error of < 0.1%, use QS = 18.

Implementation

static const int DEFAULT_QUADRANT_SEGMENTS = 8;