leftViewProjection method
Implementation
Matrix4 leftViewProjection(double aspectRatio) =>
leftProjectionMatrix(aspectRatio) * leftViewMatrix;
Matrix4 leftViewProjection(double aspectRatio) =>
leftProjectionMatrix(aspectRatio) * leftViewMatrix;