Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/math/
H A Dvecmat.h290 #define vm_vec_cross vm_vec_crossprod macro
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dvecmat.h319 static inline vms_vector vm_vec_cross(const vms_vector &src0, const vms_vector &src1) in vm_vec_cross() function
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/maths/
H A Dvecmat.cpp338 void vm_vec_cross(vms_vector &dest,const vms_vector &src0,const vms_vector &src1) in vm_vec_cross() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/math/
H A Dvecmat.cpp507 vec3d *vm_vec_cross(vec3d *dest, const vec3d *src0, const vec3d *src1) in vm_vec_cross() function