getProjectionMatrix abstract method

Matrix4 getProjectionMatrix(
  1. double aspectRatio
)

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

Implementation

Matrix4 getProjectionMatrix(double aspectRatio);