CF_V2¶
Category: math
GitHub: cute_math.h
A 2d vector.
Struct Members | Description |
---|---|
float x |
The x component. |
float y |
The y component. |
Remarks¶
To construct a vector you may use the function cf_v2, which is defined like this:
The C++ API uses V2(x, y)
.