SPAOP
|
A struct describing a vertex with its three coordinates. More...
#include <Room.h>
Public Member Functions | |
Vertex () | |
Constructor. More... | |
Vertex (float xCoord, float yCoord, float zCoord) | |
Constructor. More... | |
Public Attributes | |
float | x |
The x-coordinate. More... | |
float | y |
The y-coordinate. More... | |
float | z |
The z-coordinate. More... | |
A struct describing a vertex with its three coordinates.
|
inline |
Constructor.
|
inline |
Constructor.
float wonder::Room::Vertex::x |
The x-coordinate.
float wonder::Room::Vertex::y |
The y-coordinate.
float wonder::Room::Vertex::z |
The z-coordinate.