#include <circle.h>
Public Member Functions | |
Circlex () | |
Circlex (const Circlex< Type > ©) | |
Circlex (const Vec2< Type > &p, Type radius) | |
Circlex (Type x, Type y, Type radius) | |
Attributes | |
bool | is_inside (const Vec2< Type > &point) |
Operators | |
Circlex< Type > & | operator= (const Circlex< Type > ©) |
= operator. More... | |
bool | operator== (const Circlex< Type > &circle) const |
== operator. More... | |
bool | operator!= (const Circlex< Type > &circle) const |
!= operator. More... | |
Public Attributes | |
Vec2< Type > | position |
Circle center point. More... | |
Type | radius |
Circle radius. More... | |
These circle templates are defined for: int (Circle), float (Circlef), double (Circled)