#include <mlVector3.h>

Public Attributes | |
| union { | |
| struct { | |
| DT x | |
| X-component of the vector, same as _buffer[0]. | |
| DT y | |
| Y-component of the vector, same as _buffer[1]. | |
| DT z | |
| Z-component of the vector, same as _buffer[2]. | |
| } | |
| DT _buffer [3] | |
| Data members as vector to provide array access, same as x, y, and z members. | |
| }; | |
Definition at line 33 of file mlVector3.h.
| union { ... } |
| DT ml::Vector3DataContainer< DT >::_buffer[3] |
Data members as vector to provide array access, same as x, y, and z members.
Definition at line 46 of file mlVector3.h.
| DT ml::Vector3DataContainer< DT >::x |
| DT ml::Vector3DataContainer< DT >::y |
| DT ml::Vector3DataContainer< DT >::z |
1.5.8