Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ moveStartPoint
Method
moveStartPoint
MyGUIEngine/src/msdfgen/core/edge-segments.cpp:472–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
void LinearSegment::moveStartPoint(Point2 to) {
473
p[0] = to;
474
}
475
476
void QuadraticSegment::moveStartPoint(Point2 to) {
477
Vector2 origSDir = p[0]-p[1];
Callers
nothing calls this directly
Calls
2
crossProduct
Function · 0.85
dotProduct
Function · 0.85
Tested by
no test coverage detected