DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ IntersectSphereBox()

static proto bool Math3D::IntersectSphereBox ( vector origin,
float radius,
vector mins,
vector maxs )
staticprivate

Tests whether sphere is intersecting axis aligned box.

Аргументы
originvector Origin of sphere
radiusfloat Radius of sphere
minsvector Minimums of bound box
maxsvector Maximums of bound box
Возвращает
bool True when intersects