|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | angleofs(from, to) angleofs3(from.origin, from.angles, to.origin) |
Functions | |
| ERASEABLE float | anglemods (float v) |
| ERASEABLE vector | angleofs3 (vector from, vector ang, vector to) |
| ERASEABLE float | shortangle_f (float ang1, float ang2) |
| ERASEABLE vector | shortangle_v (vector ang1, vector ang2) |
| ERASEABLE vector | shortangle_vxy (vector ang1, vector ang2) |
Variables | |
| vector | angles |
| vector | origin |
| #define angleofs | ( | from, | |
| to | |||
| ) | angleofs3(from.origin, from.angles, to.origin) |
Definition at line 13 of file angle.qc.
References ERASEABLE, floor(), and v.
Referenced by Monster_Move_2D(), and SUB_CalcAngleMoveEnt().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 73 of file angle.qc.
References normalize(), vectoangles(), and vector().
Here is the call graph for this function:Definition at line 29 of file angle.qc.
References ERASEABLE.
Referenced by Monster_Move(), shortangle_v(), and shortangle_vxy().
Here is the caller graph for this function:Definition at line 46 of file angle.qc.
References ERASEABLE, shortangle_f(), and vector().
Here is the call graph for this function:Definition at line 58 of file angle.qc.
References ERASEABLE, shortangle_f(), and vector().
Here is the call graph for this function: