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

◆ CenterOfRectangle()

static vector Math::CenterOfRectangle ( vector min,
vector max )
inlinestaticprivate

См. определение в файле EnMath.c строка 751

752 {
753 float x = (min[0] + max[0]) * 0.5;
754 float z = (min[2] + max[2]) * 0.5;
755
756 return Vector(x, 0.0, z);
757 }
Icon x
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки Vector() и x.

Используется в DynamicMusicPlayer::RefreshTracksCache().