MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xRotCopy

Function xRotCopy

src/SB/Core/x/xMath3.h:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193void xMat3x3SMul(xMat3x3*, const xMat3x3*, F32);
194
195inline void xRotCopy(xRot* o, const xRot* r)
196{
197 o->axis.x = r->axis.x;
198 o->axis.y = r->axis.y;
199 o->axis.z = r->axis.z;
200 o->angle = r->angle;
201}
202
203static inline void xMat3x3RMulVec(xVec3* o, const xMat3x3* m, const xVec3* v)
204{

Callers 3

SB1Dummy_UpdateFuncFunction · 0.85
xEntResetFunction · 0.85
xEntBeginUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected