|
staticprivate |
Transforms rotation matrix.
| mat0 | vector[3] first matrix | |
| mat1 | vector[3] second matrix | |
| [out] | res | vector[3] result of first and second matrix multiplication vector res[3];
Math3D.MatrixMultiply3(mat0, mat1, res)
Print( res );
>> <1.54,3.02,0>,<0.1,1.3,0>,<0.13,1.69,2.7>
Определения EnConvert.c:106 |
Используется в Hologram::AlignProjectionOnTerrain() и Weapon::ApproximateWeaponLiftTransform().