#include <lvt/2d.h>
Inheritance diagram for Circle2D:

Public Member Functions | |
| int | GetRadius () const |
| Returns the circle's radius. | |
| void | Render () |
| Renders the object. | |
| void | SetRadius (int r) |
| Sets the circle's radius. | |
|
|
Returns the circle's radius.
|
|
|
Renders the object. A call to render on a 2D object also flushes the OpenGL output buffer. Implements Shape2D. |
|
|
Sets the circle's radius.
|
1.4.1