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

Method RotSet

src/SB/Game/zNPCGlyph.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void NPCGlyph::RotSet(xVec3* ang, S32 doautospin)
483{
484 xMat3x3 mat_rot = {};
485 xMat3x3Euler(&mat_rot, ang);
486 RotSet(&mat_rot, doautospin);
487}
488
489void NPCGlyph::RotSet(xMat3x3* mat_rot, S32 doautospin)
490{

Callers 2

GlyphStartMethod · 0.80
EnterMethod · 0.80

Calls 3

xMat3x3EulerFunction · 0.85
RotSetFunction · 0.85
xMat3x3CopyFunction · 0.85

Tested by

no test coverage detected