getProjectionMatrix abstract method

Matrix4 getProjectionMatrix(
  1. double aspectRatio, {
  2. Vector2? jitter,
})

Returns the projection matrix for a render target of the given aspectRatio (width / height).

Implementation

Matrix4 getProjectionMatrix(double aspectRatio, {Vector2? jitter});