![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Go to the source code of this file.
Data Structures | |
struct | vec2 |
Functions | |
EXPORT void | vec2_abs (struct vec2 *dst, const struct vec2 *v) |
EXPORT void | vec2_floor (struct vec2 *dst, const struct vec2 *v) |
EXPORT void | vec2_ceil (struct vec2 *dst, const struct vec2 *v) |
EXPORT int | vec2_close (const struct vec2 *v1, const struct vec2 *v2, float epsilon) |
EXPORT void | vec2_norm (struct vec2 *dst, const struct vec2 *v) |