#include <lvt/Shape.h>
Inheritance diagram for Cylinder:
Public Member Functions | |
float | GetHeight () const |
Returns the Cylinder's height along the z-axis. | |
void | Render () |
Draws the shape. | |
void | SetHeight (float height) |
Sets the Cylinder's height along the z-axis. |
|
Returns the Cylinder's height along the z-axis.
|
|
Draws the shape.
Implements Quadric. |
|
Sets the Cylinder's height along the z-axis.
|