#include <circle.h>
Inheritance diagram for clan::Circled:Public Member Functions | |
| Circled (double x, double y, double radius) | |
| Circled (const Vec2< double > &p, double radius) | |
| Circled () | |
| Circled (const Circlex< double > ©) | |
Attributes | |
| bool | is_inside (const Vec2< double > &point) |
Operators | |
| bool | operator== (const Circlex< double > &circle) const |
| == operator. More... | |
| bool | operator!= (const Circlex< double > &circle) const |
| != operator. More... | |
Public Attributes | |
| Vec2< double > | position |
| Circle center point. More... | |
| double | radius |
| Circle radius. More... | |
Circle - Double.
|
inlineinherited |
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Circle center point.
|
inherited |
Circle radius.