MCPcopy 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
162VECTORCALL 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
167VECTORCALL VECMATH_FINLINE vec4f v_saturate(vec4f a)
168{

Callers 5

LerpMethod · 0.85
v_mat44_lerpFunction · 0.85
v_bbox3_scaleFunction · 0.85
v_quat_lerpFunction · 0.85

Calls 2

v_maddFunction · 0.70
v_subFunction · 0.70

Tested by

no test coverage detected