Project Ne10
An open, optimized software library for the ARM architecture.
Public Attributes | List of all members
ne10_vec3f_t Struct Reference

A 3-tuple of ne10_float32_t values. More...

#include <NE10_types.h>

Public Attributes

ne10_float32_t x
 
ne10_float32_t y
 
ne10_float32_t z
 

Detailed Description

A 3-tuple of ne10_float32_t values.

Definition at line 96 of file NE10_types.h.

Member Data Documentation

ne10_float32_t ne10_vec3f_t::x

Definition at line 98 of file NE10_types.h.

ne10_float32_t ne10_vec3f_t::y

Definition at line 99 of file NE10_types.h.

ne10_float32_t ne10_vec3f_t::z

Definition at line 100 of file NE10_types.h.


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