|
|
| Float16 (float _xx, float _xy, float _xz, float _xw, float _yx, float _yy, float _yz, float _yw, float _zx, float _zy, float _zz, float _zw, float _wx, float _wy, float _wz, float _ww) |
| |
|
| Float16 (const float *_array) |
| |
|
|
union { |
|
struct { |
|
float xx |
| |
|
float xy |
| |
|
float xz |
| |
|
float xw |
| |
|
float yx |
| |
|
float yy |
| |
|
float yz |
| |
|
float yw |
| |
|
float zx |
| |
|
float zy |
| |
|
float zz |
| |
|
float zw |
| |
|
float wx |
| |
|
float wy |
| |
|
float wz |
| |
|
float ww |
| |
| } | |
| |
|
float m_data [16] |
| |
| }; | |
| |
The documentation for this struct was generated from the following file: