Matrix.perspectiveDegrees

Calls perspective converting angle from degrees to radians.

struct Matrix(T, uint numColumns, uint numRows = numColumns)
static
static if(rowSize == 4 && columnSize == 4)
perspectiveDegrees
if (
numColumns > 0 &&
numRows > 0
)

See Also

perspective

Meta