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

Method classifier

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

Source from the content-addressed store, hash-verified

91 texelSize = projection.unprojectVector(Vector2(1));
92 }
93 inline ArtifactClassifier classifier(const Vector2 &direction, double span) {
94 return ArtifactClassifier(this, direction, span);
95 }
96private:
97 ShapeDistanceFinder<ContourCombiner<PerpendicularDistanceSelector> > distanceFinder;
98 BitmapConstSection<float, N> sdf;

Callers 1

findErrorsMethod · 0.80

Calls 1

ArtifactClassifierClass · 0.85

Tested by

no test coverage detected