Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
const Point2 *LinearSegment::controlPoints() const {
97
return p;
98
}
99
100
const Point2 *QuadraticSegment::controlPoints() const {
101
return p;
Callers
4
writeSvgPathDef
Function · 0.80
writeShapeDescription
Function · 0.80
convergentCurveOrdering
Function · 0.80
shapeToSkiaPath
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected