Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DrawLine
Method · 0.45
DrawRectangle
Method · 0.45
DrawTriangle
Method · 0.45
DrawRing
Method · 0.45
Calls
2
X
Method · 0.80
Y
Method · 0.80
Tested by
no test coverage detected