nlib
nn::nlib::simd::Float3x3 Struct Reference

The type for reading and writing 3x3 matrices in memory. The data member m is a 3x3 matrix. More...

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

Public Attributes

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

Detailed Description

The type for reading and writing 3x3 matrices in memory. The data member m is a 3x3 matrix.

Definition at line 4295 of file SimdFloat.h.


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