leftViewProjection method

Matrix4 leftViewProjection(
  1. double aspectRatio
)

Implementation

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