Пример #1
0
// #define __MCO
//---------------------------------------------------------------------------------------
Box GetVxesBbox(vvector<v3d_t>& vxes)
{
    Box b;
    FOREACH(vvector<v3d_t>, vxes, pv)
        b.AddPoint(*pv);
    return b;
}