MCPcopy 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
392void J2DPane::add(f32 x, f32 y)
393{
394 mOffset.add(JGeometry::TVec2f(x, y));
395 calcMtx();
396}
397
398void J2DPane::resize(f32 x, f32 y)
399{

Callers 9

appendChildMethod · 0.45
prependChildMethod · 0.45
insertChildMethod · 0.45
removeChildMethod · 0.45
calcAffectMethod · 0.45
calcMethod · 0.45
init_cMethod · 0.45
calc_pMethod · 0.45
calc_cMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected