Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
SimpleThreeVector Class Reference

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.
 

Detailed Description

SimpleThreeVector class.

Definition at line 47 of file Validation.h.

Constructor & Destructor Documentation

◆ SimpleThreeVector() [1/2]

SimpleThreeVector::SimpleThreeVector ( )

Default constructor.

Definition at line 683 of file Validation.h.

◆ SimpleThreeVector() [2/2]

SimpleThreeVector::SimpleThreeVector ( const float  x,
const float  y,
const float  z 
)

Constructor.

Parameters
xthe x value
ythe y value
zthe z value

Definition at line 692 of file Validation.h.

Member Data Documentation

◆ m_x

float SimpleThreeVector::m_x

The x value.

Definition at line 64 of file Validation.h.

◆ m_y

float SimpleThreeVector::m_y

The y value.

Definition at line 65 of file Validation.h.

◆ m_z

float SimpleThreeVector::m_z

The z value.

Definition at line 66 of file Validation.h.


The documentation for this class was generated from the following file: