nlib
nn::nlib::simd::Float3 Struct Reference

The type for reading and writing three-dimensional vectors in memory. Keeps float-type x, y, and z values as data members. More...

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

Public Attributes

float x
 The x-coordinate of the 3D vector.
 
float y
 The y-coordinate of the 3D vector.
 
float z
 The z-coordinate of the 3D vector.
 

Detailed Description

The type for reading and writing three-dimensional vectors in memory. Keeps float-type x, y, and z values as data members.

Definition at line 4289 of file SimdFloat.h.


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