GetCameraProjectionMatrix method

MatrixC GetCameraProjectionMatrix(
  1. Pointer<Camera3DC> camera,
  2. double aspect
)

Returns the projection matrix for camera with the given aspect ratio.

Implementation

MatrixC GetCameraProjectionMatrix(Pointer<Camera3DC> camera, double aspect)
  => _GetCameraProjectionMatrix(camera, aspect);