|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
2D vector storage type (8 bytes, unaligned). More...
#include <vec.h>
Public Attributes | |
| float | x |
| X component. | |
| float | y |
| Y component. | |
2D vector storage type (8 bytes, unaligned).
Ideal for:
Not suitable for direct computation - use SimdVec2 instead.