nlib
nn::nlib::simd::Float4x3 Struct Reference

The type for reading and writing 4x3 matrices in memory. The data member m is a 4x3 matrix, located with 16-byte alignment. More...

#include "nn/nlib/simd/SimdFloat.h"

Public Attributes

float m [4][3]
 A 2D 4x3 array.
 

Detailed Description

The type for reading and writing 4x3 matrices in memory. The data member m is a 4x3 matrix, located with 16-byte alignment.

Definition at line 4079 of file SimdFloat.h.


The documentation for this struct was generated from the following files: