nlib
|
The type for reading and writing four-dimensional vectors in memory. Keeps float
-type x, y, z, and w values as data members.
More...
#include "nn/nlib/simd/SimdFloat.h"
Public Attributes | |
float | x |
The x-coordinate for the 4D vector. | |
float | y |
The y-coordinate of the 4D vector. | |
float | z |
The z-coordinate of the 4D vector. | |
float | w |
The w-coordinate of the 4D vector. | |
The type for reading and writing four-dimensional vectors in memory. Keeps float
-type x, y, z, and w values as data members.
Definition at line 4295 of file SimdFloat.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.