SITCircularArea

@interface SITCircularArea : SITArea

A circle with center and radius

  • Center of the circle

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) SITPoint *center;
  • Radius of the circle

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) NSNumber *radius;