raylib-d v5.0.1 (2024-01-29T15:35:56Z)
Dub
Repo
Vector3
raylib
raylib_types
Undocumented in source.
struct
Vector3 {
float
x
;
float
y
;
float
z
;
mixin
Linear
;
}
Members
Mixins
__anonymous
mixin
Linear
Undocumented in source.
Variables
x
float
x
;
Undocumented in source.
y
float
y
;
Undocumented in source.
z
float
z
;
Undocumented in source.
Meta
Source
See Implementation
raylib
raylib_types
aliases
Quaternion
enums
Colors
structs
Matrix
Rectangle
Vector2
Vector3
Vector4