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