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