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

◆ Tan()

static proto float Math::Tan ( float angle)
staticprivate

Returns tangent of angle in radians.

Аргументы
anglefloat Angle in radians
Возвращает
float - Tangens of angle
Print( Math.Tan(0.785398) ); // (45)
>> 1
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8

Используется в GetMeleeTarget(), GetMeleeTargetEx() и PointLightBase::OnFrameLightSource().