solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
Loading...
Searching...
No Matches
Public Attributes | List of all members
Vec3 Struct Reference

3D vector storage type (12 bytes, unaligned). More...

#include <vec.h>

Public Attributes

float x
 X component.
 
float y
 Y component.
 
float z
 Z component.
 

Detailed Description

3D vector storage type (12 bytes, unaligned).

Compact representation without padding. Convert to SimdVec3 for computation, which adds padding for SIMD alignment.

Examples
/home/runner/work/solidc/solidc/include/vec.h.

Definition at line 63 of file vec.h.


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