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

Function xFXanimUVSetAngle

src/SB/Core/x/xFX.cpp:630–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void xFXanimUVSetAngle(F32 angle)
631{
632 F32 sin = isin(angle);
633 F32 cos = icos(angle);
634 xFXanimUVRotMat0[0] = cos;
635 xFXanimUVRotMat0[1] = -sin;
636 xFXanimUVRotMat1[0] = sin;
637 xFXanimUVRotMat1[1] = cos;
638}
639
640void xFXanimUV2PSetScale(const xVec3* scale)
641{

Callers 1

xEntSetupPipelineFunction · 0.85

Calls 2

isinFunction · 0.85
icosFunction · 0.85

Tested by

no test coverage detected