![]() |
DDraceNetwork Documentation
|
#include "render_map.h"#include <base/math.h>#include <engine/graphics.h>#include <engine/map.h>#include <engine/shared/config.h>#include <engine/shared/datafile.h>#include <engine/shared/map.h>#include <engine/textrender.h>#include <generated/client_data.h>#include <game/mapitems.h>#include <game/mapitems_ex.h>#include <chrono>#include <cmath>Functions | |
| static float | SolveBezier (float x, float p0, float p1, float p2, float p3) |
| static void | Rotate (const CPoint *pCenter, CPoint *pPoint, float Rotation) |
|
static |