FlatRedBall.Math.Geometry.Polygon.OptimizeRadius
Introduction The OptimizeRadius method can be called to adjust the relative points of a Polygon to reduce its radius. The radius of a polygon is used internally to improve the performance of collision methods. Usage The OptimizeRadius method should be called if a Polygon’s points are set or changed. This method will adjust the values[…]