linearly v0.32.0Docs


linearly v0.32.0 / mat4 / ortho

Function: ortho()

ortho(left, right, bottom, top, near, far): mat4

Alias for orthoNO

Parameters

left: number

Left bound of the frustum

right: number

Right bound of the frustum

bottom: number

Bottom bound of the frustum

top: number

Top bound of the frustum

near: number

Near bound of the frustum

far: number

Far bound of the frustum

Returns

mat4

Function

Defined in

src/mat4.ts:1249open in new window