Home
last modified time | relevance | path

Searched refs:DotProduct2d (Results 1 – 2 of 2) sorted by relevance

/dports/games/avp/avp-20170505/src/include/
H A Dprototyp.h2099 int DotProduct2d(VECTOR2D *v1, VECTOR2D *v2);
/dports/games/avp/avp-20170505/src/
H A Dmaths.c98 int DotProduct2d(VECTOR2D *vptr1, VECTOR2D *vptr2) in DotProduct2d() function