#include <lvt/Shape.h>
Inheritance diagram for Cube:

Public Member Functions | |
| float | GetDepth () const |
| Returns the length in the z-direction. | |
| float | GetHeight () const |
| Returns the length in the y-direction. | |
| float | GetWidth () const |
| Returns the length in the x-direction. | |
| void | Render () |
| Draws the shape. | |
| void | SetDepth (float depth) |
| Sets the length in the z-direction. | |
| void | SetHeight (float height) |
| Sets the length in the y-direction. | |
| void | SetWidth (float width) |
| Sets the length in the x-direction. | |
|
|
Returns the length in the z-direction.
|
|
|
Returns the length in the y-direction.
|
|
|
Returns the length in the x-direction.
|
|
|
Draws the shape.
Implements Shape. |
|
|
Sets the length in the z-direction.
|
|
|
Sets the length in the y-direction.
|
|
|
Sets the length in the x-direction.
|
1.4.1