500 {
502 identity.M11 = 2f / width;
503 identity.M22 = 2f / height;
504 identity.M33 = 1f / (zNearPlane - zFarPlane);
505 identity.M43 = zNearPlane / (zNearPlane - zFarPlane);
506 return identity;
507 }
Matrix4x4(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44)
static Matrix4x4 Identity