![]() |
Kale
|
#include <Kale/Math/Vector/Vector.hpp>
#include <Kale/Math/Rect/Rect.hpp>
#include <Kale/Math/Transform/Transform.hpp>
#include <vector>
#include <ostream>
#include <utility>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
struct | Kale::CubicBezier |
class | Kale::Path |
Namespaces | |
namespace | Kale |
Functions | |
std::ostream & | Kale::operator<< (std::ostream &os, const CubicBezier &bezier) |
std::ostream & | Kale::operator<< (std::ostream &os, const Path &path) |
void | Kale::from_json (const JSON &j, CubicBezier &p) |
void | Kale::to_json (JSON &j, const CubicBezier &p) |
void | Kale::from_json (const JSON &j, Path &p) |
void | Kale::to_json (JSON &j, const Path &p) |