ClanLib
2.3.7
|
Circle - Integer. More...
#include <circle.h>
Public Member Functions | |
CL_Circle (int x, int y, int radius) | |
CL_Circle (const CL_Vec2< int > &p, int radius) | |
CL_Circle () | |
CL_Circle (const CL_Circlex< int > ©) | |
Attributes | |
bool | is_inside (const CL_Vec2< int > &point) |
Operators | |
bool | operator== (const CL_Circlex< int > &circle) const |
== operator. More... | |
bool | operator!= (const CL_Circlex< int > &circle) const |
!= operator. More... | |
Public Attributes | |
CL_Vec2< int > | position |
Circle center point. More... | |
int | radius |
Circle radius. More... | |
Circle - Integer.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
References CL_Circlex< Type >::position, and CL_Circlex< Type >::radius.
|
inlineinherited |
!= operator.
References CL_Circlex< Type >::position, and CL_Circlex< Type >::radius.
|
inlineinherited |
== operator.
References CL_Circlex< Type >::position, and CL_Circlex< Type >::radius.
|
inherited |
Circle center point.
|
inherited |
Circle radius.