#include <mlVector2.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 _buffer [2] | |
| Data members as vector to provide array access, same as x and y members. | |
| }; | |
Definition at line 29 of file mlVector2.h.
| union { ... } |
| DT ml::Vector2DataContainer< DT >::_buffer[2] |
Data members as vector to provide array access, same as x and y members.
Definition at line 40 of file mlVector2.h.
| DT ml::Vector2DataContainer< DT >::x |
| DT ml::Vector2DataContainer< DT >::y |
1.5.8