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

◆ RotationMatrixFromAngles()

proto void vector::RotationMatrixFromAngles ( out vector mat[3])
private

Creates rotation matrix from angles.

Аргументы
angvector which contains angles
[out]matvector created rotation matrix
vector mat[3];
vector ang = "70 15 45";
Print( mat );
>> <0.330366,0.0885213,-0.939693>,<0.458809,0.854988,0.241845>,<0.824835,-0.511037,0.241845>
proto void RotationMatrixFromAngles(out vector mat[3])
Creates rotation matrix from angles.
Определения EnConvert.c:106
proto void Print(void var)
Prints content of variable to console/log.

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