Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:vec3_t

227 	vec3_t	origin;
228 vec3_t angles;
345 qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace);
389 int R_LightPoint (vec3_t p);
391 void RotatePointAroundVector( vec3_t dst, const vec3_t dir, const vec3_t point, float degrees );
407 qboolean R_CullBox (vec3_t mins, vec3_t maxs);