MCPcopy 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
472void LinearSegment::moveStartPoint(Point2 to) {
473 p[0] = to;
474}
475
476void QuadraticSegment::moveStartPoint(Point2 to) {
477 Vector2 origSDir = p[0]-p[1];

Callers

nothing calls this directly

Calls 2

crossProductFunction · 0.85
dotProductFunction · 0.85

Tested by

no test coverage detected