Matrix.perspective

Applies a perspective of @depth to the matrix.

class Matrix
void
perspective
(
float depth
,)

Parameters

depth float

the depth of the perspective

res Matrix

return location for the perspective matrix

Meta