MCPcopy Create free account
hub / github.com/MyGUI/mygui / setIntersections

Method setIntersections

MyGUIEngine/src/msdfgen/core/Scanline.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void Scanline::setIntersections(const std::vector<Intersection> &intersections) {
79 this->intersections = intersections;
80 preprocess();
81}
82
83#ifdef MSDFGEN_USE_CPP11
84void Scanline::setIntersections(std::vector<Intersection> &&intersections) {

Callers 3

scanlineSDFFunction · 0.80
scanlineMSDFFunction · 0.80
scanlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected