|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
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. | |
3D vector storage type (12 bytes, unaligned).
Compact representation without padding. Convert to SimdVec3 for computation, which adds padding for SIMD alignment.