raylib-d v4.0.0 (2021-12-06T17:33:02Z)
Dub
Repo
Vector2
raylib_types
Undocumented in source.
struct
Vector2 {
float
x
;
float
y
;
mixin
Linear
;
}
Members
Mixins
__anonymous
mixin
Linear
Undocumented in source.
Variables
x
float
x
;
Undocumented in source.
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
raylib_types
aliases
Quaternion
enums
Colors
structs
Matrix
Rectangle
Vector2
Vector3
Vector4