MCPcopy Create free account
hub / github.com/doldecomp/mkdd / stLength2

Function stLength2

src/Sato/stMath.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67float stLength2(float x, float z)
68{
69 float x_square = x * x;
70 float z_square = z * z;
71
72 return stspeedy_sqrtf(x_square + z_square);
73}
74
75void stMakeDirectionMtx(TPos3f *dirMtx, const TVec3f &vec, char axis)
76{

Callers

nothing calls this directly

Calls 1

stspeedy_sqrtfFunction · 0.85

Tested by

no test coverage detected