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

Function xasin

src/SB/Core/x/xCamera.cpp:1429–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427}
1428
1429F32 xasin(F32 x)
1430{
1431 return std::asinf(x);
1432}
1433
1434#ifndef INLINE
1435float std::asinf(float x)

Callers 4

collideMethod · 0.85
vec2vecMatFunction · 0.85
xCameraRotateFunction · 0.85
xMat3x3GetEulerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected