MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / v_safe_asin

Function v_safe_asin

include/vecmath/dag_vecMath_trig.h:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403VECTORCALL VECMATH_FINLINE vec4f v_safe_asin(vec4f ang)
404{
405 return v_asin(v_clamp(ang, v_neg(V_C_ONE), V_C_ONE));
406}
407
408VECTORCALL VECMATH_FINLINE vec4f v_safe_acos(vec4f ang)
409{

Callers 1

vsafe_asinFunction · 0.85

Calls 3

v_asinFunction · 0.85
v_clampFunction · 0.85
v_negFunction · 0.70

Tested by

no test coverage detected