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
Vec2 Struct Reference

2D vector storage type (8 bytes, unaligned). More...

#include <vec.h>

Public Attributes

float x
 X component.
 
float y
 Y component.
 

Detailed Description

2D vector storage type (8 bytes, unaligned).

Ideal for:

Not suitable for direct computation - use SimdVec2 instead.

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

Definition at line 52 of file vec.h.


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