dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
Transform.lookAt
dlangui
graphics
scene
transform
Transform
Undocumented in source. Be warned that the author may not have intended to support it.
class
Transform
void
lookAt
(
const
vec3
eye
,
const
vec3
center
,
const
vec3
up
)
Meta
Source
See Implementation
dlangui
graphics
scene
transform
Transform
constructors
this
functions
invalidateTransform
lookAt
rotate
rotateX
rotateY
rotateZ
scale
scaleX
scaleY
scaleZ
setIdentity
translate
translateX
translateY
translateZ
properties
matrix
scaling
scalingX
scalingY
scalingZ
translation
translationX
translationY
translationZ
variables
_dirtyTransform
_hasRotation
_hasScale
_hasTranslation
_matrix
_rotation
_scale
_translation