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

Function v_bbox3_point

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

Source from the content-addressed store, hash-verified

816 return v_length3_x(v_max(v_neg(b.bmin), b.bmax));
817}
818VECTORCALL VECMATH_FINLINE vec3f v_bbox3_point(bbox3f b, int idx)
819{
820 return v_sel(b.bmin, b.bmax, v_make_vec4f_mask(uint8_t(idx)));
821}
822
823VECTORCALL VECMATH_FINLINE void v_bbox3_add_pt(bbox3f &b, vec3f p)
824{

Callers

nothing calls this directly

Calls 2

v_make_vec4f_maskFunction · 0.85
v_selFunction · 0.70

Tested by

no test coverage detected