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

Function v_striple3

include/vecmath/dag_vecMath_common.h:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253VECTORCALL VECMATH_FINLINE vec4f v_length2_est_x(vec4f a) { return v_sqrt_fast_x(v_length2_sq_x(a)); }
254
255VECTORCALL VECMATH_FINLINE vec3f v_striple3(vec3f a, vec3f b, vec3f c) { return v_dot3(v_cross3(a, b), c); }
256VECTORCALL VECMATH_FINLINE vec3f v_vtriple3(vec3f a, vec3f b, vec3f c)
257{
258 vec3f ac = v_dot3(a, c);

Callers

nothing calls this directly

Calls 2

v_cross3Function · 0.85
v_dot3Function · 0.70

Tested by

no test coverage detected