GetCameraProjectionMatrix function

MatrixD GetCameraProjectionMatrix(
  1. StructPointer<Camera3DD> camera,
  2. double aspect
)

Implementation

MatrixD GetCameraProjectionMatrix(
  StructPointer<Camera3DD> camera,
  double aspect,
) => _module.GetCameraProjectionMatrix(camera, aspect);