Mat4.perspective

Creates a perspective projection matrix

struct Mat4
static @nogc nothrow
perspective
(
float fov
,
float aspect
,
float near
,
float far
)

Meta