godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Transform2D.__anonymous
godot
transform2d
Transform2D
Undocumented in source.
struct
Transform2D
@
nogc
nothrow
union
__anonymous {
Vector2
[
3
]
columns
;
struct
__anonymous
;
}
Members
Structs
__anonymous
struct
__anonymous
Undocumented in source.
Variables
columns
Vector2
[
3
]
columns
;
Undocumented in source.
Meta
Source
See Implementation
godot
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