MatrixRotationYawPitchRoll Method (Double, Double, Double, Vector3) |
Namespace: Microsoft.DirectX
public static Matrix RotationYawPitchRoll( double yaw, double pitch, double roll, Vector3 o )
Matrix.Translation(-o) * Matrix.RotationYawPitchRoll(yaw, pitch, roll) * Matrix.Translation(o)