godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Vector3.__anonymous
godot
core
vector3
Vector3
Undocumented in source.
struct
Vector3
@
nogc
nothrow
union
__anonymous {
struct
__anonymous
;
real_t
[
3
]
coord
;
}
Members
Structs
__anonymous
struct
__anonymous
Undocumented in source.
Variables
coord
real_t
[
3
]
coord
;
Undocumented in source.
Meta
Source
See Implementation
godot
core
vector3
Vector3
aliases
lerp
constructors
this
enums
Axis
functions
abs
ceil
cross
cubicInterpolate
distanceSquaredTo
distanceTo
dot
floor
inverse
length
lengthSquared
linearInterpolate
maxAxis
minAxis
normalize
normalized
opAssign
opBinary
opBinaryRight
opCmp
opDispatch
opIndex
opOpAssign
opUnary
reflect
rotate
rotated
slide
snap
snapped
unions
__anonymous