#include <idx8vertexshader.h>

Public Member Functions |
|
| float & | operator[] (int i) |
| const float & | operator[] (int i) const |
Public Attributes |
|
| float | a |
| float | b |
| float | c |
| float | d |
| float& operator[] | ( | int | i | ) | [inline] |
{ return (&a)[i]; }
| const float& operator[] | ( | int | i | ) | const [inline] |
{ return (&a)[i]; }
| float a |
| float b |
| float c |
| float d |