epitaph_ips/buildings/circular_area library

Classes

CircularArea
A circular implementation of an Area. m is the middle point of your circle while r is the radius. If you have two points instead you can use CircularArea.fromPoints to generate it from two points instead.