Symphony Of Empires
|
#include <iostream>
#include <fstream>
#include <string>
#include <codecvt>
#include <locale>
#include <sstream>
#include "eng3d/font_sdf.hpp"
#include "eng3d/state.hpp"
#include "eng3d/texture.hpp"
#include "eng3d/primitive.hpp"
#include "eng3d/shader.hpp"
#include "eng3d/camera.hpp"
#include "eng3d/log.hpp"
#include "eng3d/map.hpp"
Go to the source code of this file.
Functions | |
template<typename T > | |
constexpr T | bezier (float t, const T p0, const T p1, const T p2) |
Quadratic bezier curve, p1 is control. More... | |
|
constexpr |
Quadratic bezier curve, p1 is control.
Definition at line 101 of file font_sdf.cpp.