|
private |
Creates rotation matrix from angles.
ang | vector which contains angles | |
[out] | mat | vector created rotation matrix vector mat[3];
vector ang = "70 15 45";
ang.RotationMatrixFromAngles( mat );
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 |
Используется в EntityAI::IsAreaAtDoorFree().