MCPcopy 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
490void LinearSegment::moveEndPoint(Point2 to) {
491 p[1] = to;
492}
493
494void QuadraticSegment::moveEndPoint(Point2 to) {
495 Vector2 origEDir = p[2]-p[1];

Callers 1

buildShapeFromSvgPathFunction · 0.80

Calls 2

crossProductFunction · 0.85
dotProductFunction · 0.85

Tested by

no test coverage detected