|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| ERASEABLE vector | aim_vec (vector org, vector targ) |
| ERASEABLE float | angle_snap_f (float f, float increment) |
| ERASEABLE vector | angle_snap_vec (vector v, float increment) |
| ERASEABLE vector | vec_bias (vector v, float f) |
| ERASEABLE vector | vec_bounds_in (vector point, vector a, vector b) |
| ERASEABLE vector | vec_bounds_out (vector point, vector a, vector b) |
| ERASEABLE vector | vec_to_max (vector a, vector b) |
| ERASEABLE vector | vec_to_min (vector a, vector b) |
Definition at line 95 of file p2mathlib.qc.
References normalize(), org, vectoangles(), and vector.
Referenced by viewloc_SetViewLocation().
Definition at line 73 of file p2mathlib.qc.
Referenced by angle_snap_vec(), and viewloc_SetViewLocation().
Definition at line 85 of file p2mathlib.qc.
References angle_snap_f(), and vector.
Referenced by viewloc_SetViewLocation().
Definition at line 21 of file p2mathlib.qc.
References vector.
Definition at line 51 of file p2mathlib.qc.
References vec_to_max(), vec_to_min(), and vector.
Referenced by viewloc_SetViewLocation().
Definition at line 62 of file p2mathlib.qc.
References vec_to_max(), vec_to_min(), and vector.
Definition at line 40 of file p2mathlib.qc.
Referenced by vec_bounds_in(), vec_bounds_out(), and viewloc_SetViewLocation().
Definition at line 30 of file p2mathlib.qc.
Referenced by vec_bounds_in(), vec_bounds_out(), and viewloc_SetViewLocation().