dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
Transform.scale
dlangui
graphics
scene
transform
Transform
scale all axis by the same values
void
scale
(vec3 value)
void
scale
(float value)
class
Transform
void
scale
(
float
value
)
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
scale all axis by the same values