Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
VECTORCALL 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
408
VECTORCALL VECMATH_FINLINE vec4f v_safe_acos(vec4f ang)
409
{
Callers
1
vsafe_asin
Function · 0.85
Calls
3
v_asin
Function · 0.85
v_clamp
Function · 0.85
v_neg
Function · 0.70
Tested by
no test coverage detected