![]() |
SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
|
#include <shz_vector.h>

Data Fields | ||
| union { | ||
| float e [2] | ||
| struct { | ||
| float x | ||
| float y | ||
| } | ||
| }; | ||
2D Vector type
Structure for holding coordinates of a 2-dimensional vector.
Definition at line 38 of file shz_vector.h.
| float shz_vec2_t::e[2] |
<X, Y> coordinates as an array
Definition at line 40 of file shz_vector.h.
| float shz_vec2_t::x |
X coordinate.
Definition at line 42 of file shz_vector.h.
| float shz_vec2_t::y |
Y coordinate.
Definition at line 43 of file shz_vector.h.