godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Transform3D.this
godot
transform
Transform3D
Undocumented in source.
this
(real_t xx, real_t xy, real_t xz, real_t yx, real_t yy, real_t yz, real_t zx, real_t zy, real_t zz, real_t tx, real_t ty, real_t tz)
this
(Basis basis, Vector3 origin)
struct
Transform3D
@
nogc
nothrow
this
(
in
Basis
basis
,
in
Vector3
origin
)
Meta
Source
See Implementation
godot
transform
Transform3D
constructors
this
functions
affineInverse
affineInvert
interpolateWith
inverse
inverseXform
invert
lookingAt
opBinary
opOpAssign
orthonormalize
orthonormalized
rotate
rotateBasis
rotated
scale
scaleBasis
scaled
set
setLookAt
translate
translated
xform
xformInv
variables
basis
origin