Home
last modified time | relevance | path

Searched defs:vec2_zero (Results 1 – 5 of 5) sorted by relevance

/dports/math/cglm/cglm-0.8.4/test/src/
H A Dtest_vec2.h76 TEST_IMPL(GLM_PREFIX, vec2_zero) { in TEST_IMPL() argument
80 GLM(vec2_zero)(v1); in TEST_IMPL() local
81 GLM(vec2_zero)(v2); in TEST_IMPL() local
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dvec2.h36 static inline void vec2_zero(struct vec2 *dst) in vec2_zero() function
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.c1024 vec2_t vec2_zero = {0,0}; variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DVector.h109 #define vec2_zero vec2_origin macro
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/mathc/
H A Dmathc.c94 mfloat_t *vec2_zero(mfloat_t *result) in vec2_zero() function