DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
IsPointInCircle()
static proto
bool
Math::IsPointInCircle
(
vector
c
,
float
r
,
vector
p
)
static
private
Returns if point is inside circle.
Аргументы
c
vector
Center of circle ([0] and [2] will be used, as a circle is 2D)
r
float
Radius of circle
p
vector
Point ([0] and [2] will be used, as a circle is 2D)
Возвращает
bool
- True when point is in circle
Math
Создано системой
1.13.2