GetCameraProjectionMatrix abstract method

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

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

Implementation

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