Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ moveEndPoint
Method
moveEndPoint
MyGUIEngine/src/msdfgen/core/edge-segments.cpp:490–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
void LinearSegment::moveEndPoint(Point2 to) {
491
p[1] = to;
492
}
493
494
void QuadraticSegment::moveEndPoint(Point2 to) {
495
Vector2 origEDir = p[2]-p[1];
Callers
1
buildShapeFromSvgPath
Function · 0.80
Calls
2
crossProduct
Function · 0.85
dotProduct
Function · 0.85
Tested by
no test coverage detected