Defined in File circle.h
The Circle class. Models a common circle.
Public Functions
Construct a circle centerd at the origin.
Construct a circle given its radius and center.
Returns the radius of the circle.
Returns the center of the circle.
Returns the area.
Returns true if the given point lies inside the circle.
Returns true if the given spatial point (x, y) lies within the circle.
Template Class TimeStep
Template Class ConstElementMeshIterator