Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ add
Method
add
libs/JSystem/J2DGraph/J2DPane.cpp:392–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
void J2DPane::add(f32 x, f32 y)
393
{
394
mOffset.add(JGeometry::TVec2f(x, y));
395
calcMtx();
396
}
397
398
void J2DPane::resize(f32 x, f32 y)
399
{
Callers
9
appendChild
Method · 0.45
prependChild
Method · 0.45
insertChild
Method · 0.45
removeChild
Method · 0.45
calcAffect
Method · 0.45
calc
Method · 0.45
init_c
Method · 0.45
calc_p
Method · 0.45
calc_c
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected