nlib
nn::nlib::simd::Float4 Struct Reference

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.
 

Detailed Description

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.


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