sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
ImplViewMatrix
sbylib
graphics
util
functions
Undocumented in source.
mixin template
ImplViewMatrix () {
import
sbylib
.
graphics
.
util
:
DefineCachedValue
;
;
import
std
:
hasMember
,
format
;
;
mixin
DefineCachedValue
!(
mat4
,
""
,
"viewMatrix"
,
expression
,
key
)
;
static if
(!(
key.length > 0
))
mat4
getViewMatrix
();
}
Members
Functions
getViewMatrix
mat4
getViewMatrix
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
DefineCachedValue
!(
mat4
,
""
,
"viewMatrix"
,
expression
,
key
)
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
util
functions
functions
lookAt
mixin templates
DefineCachedValue
ImplPos
ImplResourceStack
ImplRot
ImplScale
ImplViewMatrix
ImplWorldMatrix
Sealable