'Declaration Public Shared Function YawPitchRoll( _ ByVal yaw As Single, _ ByVal pitch As Single, _ ByVal roll As Single _ ) As Matrix4x4
public static Matrix4x4 YawPitchRoll( float yaw, float pitch, float roll )
Matrix4x4 Structure Matrix4x4 Members