summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index 59b6a63e05..c2af88aa20 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -86,6 +86,10 @@ public:
f32 getRotOffsetY() const { return mRotateOffsetY; }
+ MtxP getGlbMtx() { return mGlobalMtx; }
+
+ void setMtx(Mtx m) { PSMTXCopy(m, mPositionMtx); }
+
void translate(f32 transX, f32 transY) {
mTranslateX = transX;
mTranslateY = transY;