#title SetCameraProjectionMatrix [RCBasic Doc]
#header Sub SetCameraProjectionMatrix(matA, projection_type)

Sets the camera projection matrix for the active canvas

Possible values for projection_type
#list ul
#li PROJECTION_TYPE_ORTHOGRAPHIC
#li PROJECTION_TYPE_PERSPECTIVE
#/list

#ref GetCameraProjectionMatrix
