Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ v_lerp_vec4f
Function
v_lerp_vec4f
include/vecmath/dag_vecMath_common.h:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
VECTORCALL VECMATH_FINLINE vec4f v_lerp_vec4f(vec4f tttt, vec4f a, vec4f b)
163
{
164
return v_madd(v_sub(b, a), tttt, a);
165
}
166
167
VECTORCALL VECMATH_FINLINE vec4f v_saturate(vec4f a)
168
{
Callers
5
Lerp
Method · 0.85
v_mat44_lerp
Function · 0.85
v_bbox3_scale
Function · 0.85
v_bbox3_test_trasformed_box_intersect_no_check
Function · 0.85
v_quat_lerp
Function · 0.85
Calls
2
v_madd
Function · 0.70
v_sub
Function · 0.70
Tested by
no test coverage detected