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

Method getZDir

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

Source from the content-addressed store, hash-verified

95 }
96
97 inline void getZDir(TVec3f &rDest) const
98 {
99 rDest.set(this->at(0, 2), this->at(1, 2), this->at(2, 2));
100 };
101
102 // From SMG
103 void setXDir(const TVec3f &param_1)

Callers

nothing calls this directly

Calls 2

atMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected