Skip to contents

Get camera 2d transform matrix.

Usage

get_camera_matrix_2d(camera)

Arguments

camera

A camera_2d.

Value

A numeric matrix of 4 by 4

Note

This function has been auto-generated from the following Raylib function definition:

Matrix GetCameraMatrix2D(Camera2D camera);