Searched refs:POLYGON_MAGIC_NUMBER (Results 1 – 1 of 1) sorted by relevance
706 static constexpr auto POLYGON_MAGIC_NUMBER = 0.25f; in _updatePolygon() local755 auto cp1x = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp1Dx; in _updatePolygon()756 auto cp1y = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp1Dy; in _updatePolygon()757 auto cp2x = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp2Dx; in _updatePolygon()758 auto cp2y = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp2Dy; in _updatePolygon()