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

Method zeroTrans

include/JSystem/JGeometry/Matrix.h:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 this->ref(2, 3) = z;
329 }
330 void zeroTrans()
331 {
332 this->ref(0, 3) = 0.0f;
333 this->ref(1, 3) = 0.0f;
334 this->ref(2, 3) = 0.0f;
335 }
336
337 void makeRotate(const TVec3f &, f32);
338 void makeQuat(const TQuat4f &rSrc);

Callers 3

drawDebugModelMethod · 0.80
doFirstRotateMethod · 0.80
initDisappearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected