MCPcopy Create free account
hub / github.com/doldecomp/mkdd / at

Method at

include/JSystem/JGeometry/Matrix.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 f32 at(u32 i, u32 j) const { return mMtx[i][j]; }
29
30 T &ref(u32 i, u32 j) { return mMtx[i][j]; }
31

Callers 4

getXDirMethod · 0.80
getYDirMethod · 0.80
getZDirMethod · 0.80
getTransMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected