godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Transform2D.this
godot
core
transform2d
Transform2D
Undocumented in source.
this
(real_t xx, real_t xy, real_t yx, real_t yy, real_t ox, real_t oy)
this
(real_t p_rot, Vector2 p_pos)
struct
Transform2D
@
nogc
nothrow
this
(
real_t
p_rot
,
in
Vector2
p_pos
)
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