===== Primitive: Metaballs object [Nishimura et al. 1985] =====
**Definition**: Sum{}{}{f(r)}-T,\\
f(r)=delim{lbrace}{matrix{3}{1}{{b(1-3*r^2/d^2), 0d}}}{ }
\\
r - distance to the given point
**Call**: hfMetaball(x,x0,y0,z0,b,d,T);
**Parameters**:
x - point coordinates
x0,y0,z0 - arrays of mataball centers
b - array of b coefficients
d - array of d radii of influence
T - threshold value
**Test file**: [[http://hyperfun.org/metaball.hf|metaball.hf]]