#pragma once #include "SDFTransformation.h" #include "Shape.h" #include "BitmapRef.hpp" namespace msdfgen { // Fast SDF approximation (out of range values not computed) void approximateSDF(const BitmapRef &output, const Shape &shape, const SDFTransformation &transformation); }