#include <lvt/Shape.h>
Inheritance diagram for Circle:
Public Member Functions | |
float | GetInnerRadius () const |
Returns the disc's inner radius. | |
void | Render () |
Draws the shape. | |
void | SetInnerRadius (float r) |
Sets the disc's inner radius. |
|
Returns the disc's inner radius.
|
|
Draws the shape.
Implements Quadric. |
|
Sets the disc's inner radius.
|