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

Method getXDir

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

Source from the content-addressed store, hash-verified

87 void identity33();
88
89 inline void getXDir(TVec3f &rDest) const {
90 rDest.set(this->at(0, 0), this->at(1, 0), this->at(2, 0));
91 }
92
93 inline void getYDir(TVec3f &rDest) const {
94 rDest.set(this->at(0,1), this->at(1, 1), this->at(2, 1));

Callers

nothing calls this directly

Calls 2

atMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected