Struct Circle

struct Circle(Point)
  
if (isValidPointType!Point);

Fields

NameTypeDescription
center Point
radius double