godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector2i.__anonymous
godot
vector2
Vector2i
Undocumented in source.
struct
Vector2i
@
nogc
nothrow
union
__anonymous {
struct
__anonymous
;
godot_int
[
2
]
coord
;
}
Members
Structs
__anonymous
struct
__anonymous
Undocumented in source.
Variables
coord
godot_int
[
2
]
coord
;
Undocumented in source.
Meta
Source
See Implementation
godot
vector2
Vector2i
constructors
this
functions
abs
aspect
clamp
length
lengthSquared
opAssign
opBinary
opBinaryRight
opCast
opCmp
opIndex
opOpAssign
opUnary
unions
__anonymous