wheel ~master (2019-11-11T07:42:25Z)
Dub
Repo
Vector2
cat
wheel
structs
A 2-dimensional vector
struct
Vector2 {
int
x
;
int
y
;
}
Members
Variables
x
int
x
;
y
int
y
;
Meta
Source
See Implementation
cat
wheel
structs
structs
Color
Rect
Vector2
Vector2F
Vector3
Vector3F
A 2-dimensional vector