sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
ImplWorldMatrix
sbylib
graphics
util
functions
Undocumented in source.
mixin template
ImplWorldMatrix (
string
name
= "worldMatrix"
) {
import
sbylib
.
graphics
.
util
:
DefineCachedValue
;
;
import
std
:
hasMember
,
format
;
;
enum
key
;
mixin
DefineCachedValue
!(
mat4
,
""
,
name
,
expression
,
key
)
;
}
Members
Manifest constants
key
enum
key
;
Undocumented in source.
Mixins
__anonymous
mixin
DefineCachedValue
!(
mat4
,
""
,
name
,
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