MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / Set

Method Set

src/gl_wrap.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void Set(size_t i, float x, float y) {
70 data[i * dim] = x;
71 data[i * dim + 1] = y;
72 }
73
74 void Set(size_t i, float x, float y, float z) {
75 data[i * dim] = x;

Callers 4

DrawLineMethod · 0.45
DrawRectangleMethod · 0.45
DrawTriangleMethod · 0.45
DrawRingMethod · 0.45

Calls 2

XMethod · 0.80
YMethod · 0.80

Tested by

no test coverage detected