Function CircleGeometryUtilities.CircleRadiusAdjustmentFactor
CircleRadiusAdjustmentFactor
(int steps)
Radius factor to adjust for circle approximation errors.
Public
Static
float CircleRadiusAdjustmentFactor (
int | steps |
Radius factor to adjust for circle approximation errors.
If a circle is approximated by fewer segments, it will be slightly smaller than the original circle. This factor is used to adjust the radius of the circle so that the resulting circle will have roughly the same area as the original circle.