Open Broadcaster Software
Free, open source software for live streaming and recording
vec2.h File Reference

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)
 

Function Documentation

§ vec2_abs()

EXPORT void vec2_abs ( struct vec2 dst,
const struct vec2 v 
)

§ vec2_ceil()

EXPORT void vec2_ceil ( struct vec2 dst,
const struct vec2 v 
)

§ vec2_close()

EXPORT int vec2_close ( const struct vec2 v1,
const struct vec2 v2,
float  epsilon 
)

§ vec2_floor()

EXPORT void vec2_floor ( struct vec2 dst,
const struct vec2 v 
)

§ vec2_norm()

EXPORT void vec2_norm ( struct vec2 dst,
const struct vec2 v 
)