SPAOP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
wonder::Room::Vertex Struct Reference

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...
 

Detailed Description

A struct describing a vertex with its three coordinates.

Constructor & Destructor Documentation

wonder::Room::Vertex::Vertex ( )
inline

Constructor.

wonder::Room::Vertex::Vertex ( float  xCoord,
float  yCoord,
float  zCoord 
)
inline

Constructor.

Member Data Documentation

float wonder::Room::Vertex::x

The x-coordinate.

float wonder::Room::Vertex::y

The y-coordinate.

float wonder::Room::Vertex::z

The z-coordinate.