nlib
|
The type for reading and writing 3x4 matrices in memory. The data member m
is a 3x4 matrix, located with 16-byte alignment.
More...
#include "nn/nlib/simd/SimdFloat.h"
Public Attributes | |
float | m [3][4] |
A 2D 3x4 array. | |
The type for reading and writing 3x4 matrices in memory. The data member m
is a 3x4 matrix, located with 16-byte alignment.
Definition at line 4302 of file SimdFloat.h.
© 2012-2016 Nintendo Co., Ltd. All rights reserved.