Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
at
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected