nlib
nn::nlib::simd::Float3x4 Struct Reference

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.
 

Detailed Description

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

Description
Note that the matrix is transposed both when reading and writing.

Definition at line 4302 of file SimdFloat.h.


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