Matrix4x4.perspective

Calculate a perspective projection

See: <a href="http://www.songho.ca/opengl/gl_projectionmatrix.html#perspective">here</a>

struct Matrix4x4
@nogc
void
perspective
pure nothrow
(
float fov
,
float ratio
,
float nearp
,
float farp
)

Meta