MCPcopy Create free account
hub / github.com/Chlumsky/msdfgen / MSDFErrorCorrection

Method MSDFErrorCorrection

core/MSDFErrorCorrection.cpp:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102};
103
104MSDFErrorCorrection::MSDFErrorCorrection() { }
105
106MSDFErrorCorrection::MSDFErrorCorrection(const BitmapSection<byte, 1> &stencil, const SDFTransformation &transformation) : stencil(stencil), transformation(transformation) {
107 minDeviationRatio = ErrorCorrectionConfig::defaultMinDeviationRatio;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected