Home
last modified time | relevance | path

Searched defs:vm_vec_zero (Results 1 – 4 of 4) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/math/
H A Dvecmat.h38 #define vm_vec_zero(v) (v)->xyz.x=(v)->xyz.y=(v)->xyz.z=0.0f macro
/dports/games/d2x/d2x-0.2.5/include/
H A Dvecmat.h217 #define vm_vec_zero(v) (v)->x=(v)->y=(v)->z=0 macro
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/math/
H A Dvecmat.h38 #define vm_vec_zero(v) (v)->xyz.x=(v)->xyz.y=(v)->xyz.z=0.0f macro
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dvecmat.h218 static inline void vm_vec_zero(vms_vector &v) in vm_vec_zero() function