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