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

Function v_bbox3_init

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

Source from the content-addressed store, hash-verified

739 b.bmax = V_C_HALF;
740}
741VECTORCALL VECMATH_FINLINE void v_bbox3_init(bbox3f &b, vec3f p) { b.bmin = b.bmax = p; }
742VECTORCALL VECMATH_FINLINE void v_bbox3_init(bbox3f &b, mat44f_cref m, bbox3f b2)
743{
744 // What we're doing here is this:

Calls 6

v_bbox3_add_ptFunction · 0.85
v_mulFunction · 0.70
v_splat_xFunction · 0.70
v_splat_yFunction · 0.70
v_splat_zFunction · 0.70
v_addFunction · 0.70

Tested by

no test coverage detected