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

Method controlPoints

MyGUIEngine/src/msdfgen/core/edge-segments.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96const Point2 *LinearSegment::controlPoints() const {
97 return p;
98}
99
100const Point2 *QuadraticSegment::controlPoints() const {
101 return p;

Callers 4

writeSvgPathDefFunction · 0.80
writeShapeDescriptionFunction · 0.80
convergentCurveOrderingFunction · 0.80
shapeToSkiaPathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected