Home
last modified time | relevance | path

Searched refs:FV3_Mul (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_fixed.h371 vector3_t *FV3_Mul(vector3_t *a_i, fixed_t a_c);
H A Dm_fixed.c326 vector3_t *FV3_Mul(vector3_t *a_i, fixed_t a_c) in FV3_Mul() function
456 FV3_Mul(&V, t); in FV3_ClosestPointOnLine()
H A Dp_maputl.c110 FV3_Mul(&n, t); in P_ClosestPointOnLine3D()