Xonotic
|
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(), v, vectoangles(), and vector().
Referenced by viewloc_PlayerPhysics().
Definition at line 73 of file p2mathlib.qc.
References ERASEABLE.
Referenced by angle_snap_vec(), and viewloc_PlayerPhysics().
Definition at line 85 of file p2mathlib.qc.
References angle_snap_f(), ERASEABLE, and vector().
Referenced by viewloc_PlayerPhysics().
Definition at line 21 of file p2mathlib.qc.
References ERASEABLE, and vector().
Definition at line 51 of file p2mathlib.qc.
References ERASEABLE, vec_to_max(), vec_to_min(), and vector().
Referenced by viewloc_PlayerPhysics().
Definition at line 62 of file p2mathlib.qc.
References ERASEABLE, vec_to_max(), vec_to_min(), and vector().
Definition at line 40 of file p2mathlib.qc.
References ERASEABLE, max(), and vector().
Referenced by vec_bounds_in(), vec_bounds_out(), and viewloc_PlayerPhysics().
Definition at line 30 of file p2mathlib.qc.
References ERASEABLE, min(), and vector().
Referenced by vec_bounds_in(), vec_bounds_out(), and viewloc_PlayerPhysics().