gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
orthoCT
gfx
math
proj
Build an orthographic projection matrix with NDC set at compile-time.
pure @
safe
@
nogc
nothrow
template
orthoCT (
NDC
ndc
) {
alias
orthoCT
=
ortho_RH_01
;
alias
orthoCT
=
ortho_RH_M11
;
alias
orthoCT
=
ortho_LH_01
;
alias
orthoCT
=
ortho_LH_M11
;
}
Members
Aliases
orthoCT
alias
orthoCT
=
ortho_RH_01
Undocumented in source.
orthoCT
alias
orthoCT
=
ortho_RH_M11
Undocumented in source.
orthoCT
alias
orthoCT
=
ortho_LH_01
Undocumented in source.
orthoCT
alias
orthoCT
=
ortho_LH_M11
Undocumented in source.
Meta
Source
See Implementation
gfx
math
proj
aliases
defFrustum
defOrtho
defPerspective
enums
NDC
XYClip
ZClip
functions
frustum
frustum_LH_01
frustum_LH_M11
frustum_RH_01
frustum_RH_M11
ndc
ortho
ortho_LH_01
ortho_LH_M11
ortho_RH_01
ortho_RH_M11
perspective
perspective_LH_01
perspective_LH_M11
perspective_RH_01
perspective_RH_M11
properties
xyClip
zClip
templates
frustumCT
orthoCT
perspectiveCT
Build an orthographic projection matrix with NDC set at compile-time.