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