godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Transform2D.translate
godot
core
transform2d
Transform2D
Undocumented in source. Be warned that the author may not have intended to support it.
void
translate
(real_t p_tx, real_t p_ty)
struct
Transform2D
@
nogc
nothrow
void
translate
(
real_t
p_tx
,
real_t
p_ty
)
void
translate
(Vector2 p_translation)
Meta
Source
See Implementation
godot
core
transform2d
Transform2D
constructors
this
functions
affineInverse
affineInvert
basisDeterminant
basisScaled
basisXform
basisXformInv
getRotation
getScale
interpolateWith
inverse
invert
opBinary
opIndex
opOpAssign
orthonormalize
orthonormalized
rotate
rotated
scale
scaleBasis
scaled
setRotation
setRotationAndScale
tdotx
tdoty
translate
translated
untranslated
xform
xformInv
unions
__anonymous