|
MIRA
|
Represents a circle with a center and a radius. More...
#include <geometry/Circle.h>
Public Types | |
| typedef Point< T, 2 > | PointType |
Public Member Functions | |
| Circle () | |
| Creates an uninitialized circle segment. More... | |
| Circle (const PointType &c, T r) | |
| Creates a circle with given center and radius. More... | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
Public Attributes | |
| PointType | center |
| The center of the circle. More... | |
| T | radius |
| The radius of the circle. More... | |
Represents a circle with a center and a radius.
|
inline |
Creates an uninitialized circle segment.
|
inline |
| PointType center |
The center of the circle.
| T radius |
The radius of the circle.
1.8.14