Pandora
Pandora source code navigator
|
SimpleThreeVector class. More...
#include "Validation.h"
Public Member Functions | |
SimpleThreeVector () | |
Default constructor. | |
SimpleThreeVector (const float x, const float y, const float z) | |
Constructor. | |
Public Attributes | |
float | m_x |
The x value. | |
float | m_y |
The y value. | |
float | m_z |
The z value. | |
SimpleThreeVector class.
Definition at line 47 of file Validation.h.
SimpleThreeVector::SimpleThreeVector | ( | ) |
Default constructor.
Definition at line 683 of file Validation.h.
SimpleThreeVector::SimpleThreeVector | ( | const float | x, |
const float | y, | ||
const float | z | ||
) |
Constructor.
x | the x value |
y | the y value |
z | the z value |
Definition at line 692 of file Validation.h.
float SimpleThreeVector::m_x |
The x value.
Definition at line 64 of file Validation.h.
float SimpleThreeVector::m_y |
The y value.
Definition at line 65 of file Validation.h.
float SimpleThreeVector::m_z |
The z value.
Definition at line 66 of file Validation.h.