Symphony Of Empires
font_sdf.cpp File Reference
#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"
Include dependency graph for font_sdf.cpp:

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...
 

Function Documentation

◆ bezier()

template<typename T >
constexpr T bezier ( float  t,
const T  p0,
const T  p1,
const T  p2 
)
constexpr

Quadratic bezier curve, p1 is control.

Definition at line 101 of file font_sdf.cpp.

Here is the caller graph for this function: