Circle

@safe
struct Circle (
Point
) if (
isValidPointType!Point
) {}

Members

Variables

center
Point center;
radius
double radius;

Meta