godot/thirdparty/msdfgen/core/Projection.h


#pragma once

#include "Vector2.hpp"

namespace msdfgen {

/// A transformation from shape coordinates to pixel coordinates.
class Projection {};

}