Circle

Circle on a plane.

Members

Functions

getCenter
Point!T getCenter()
Undocumented in source. Be warned that the author may not have intended to support it.
translate
void translate(T dx, T dy)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

diameter
T diameter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

r
T r;

The coordinates and radius.

x
T x;
y
T y;

The coordinates and radius.

Meta