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

Method getYDir

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

Source from the content-addressed store, hash-verified

91 }
92
93 inline void getYDir(TVec3f &rDest) const {
94 rDest.set(this->at(0,1), this->at(1, 1), this->at(2, 1));
95 }
96
97 inline void getZDir(TVec3f &rDest) const
98 {

Callers 1

setChainPositionMethod · 0.80

Calls 2

atMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected