GetCameraViewMatrix method
Returns the view matrix for camera.
Implementation
MatrixD GetCameraViewMatrix(
Camera3DD camera,
) => run(
() => _debugLabels.GetCameraViewMatrix(camera),
() => _flat.GetCameraViewMatrix(
$.Camera3D$.Ref1(camera),
),
);