godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector2.__anonymous
godot
vector2
Vector2
Undocumented in source.
struct
Vector2
@
nogc
nothrow
union
__anonymous {
struct
__anonymous
;
real_t
[
2
]
coord
;
}
Members
Structs
__anonymous
struct
__anonymous
Undocumented in source.
Variables
coord
real_t
[
2
]
coord
;
Undocumented in source.
Meta
Source
See Implementation
godot
vector2
Vector2
aliases
lerp
constructors
this
functions
abs
angle
angleTo
angleToPoint
aspect
clamped
cross
cubicInterpolate
distanceSquaredTo
distanceTo
dot
floor
length
lengthSquared
normalize
normalized
opAssign
opBinary
opBinaryRight
opCmp
opDispatch
opIndex
opOpAssign
opUnary
planeProject
project
reflect
rotated
setRotation
slide
snapped
tangent
static functions
linearInterpolate
unions
__anonymous