viva ~master (2021-03-16T19:32:06Z)
Home
Dub
Repo
__anonymous.__anonymous
viva
math
vector
Vector
__anonymous
Undocumented in source.
union
__anonymous
struct
__anonymous {
static if
(
n >= 1
)
float
x
;
static if
(
n >= 2
)
float
y
;
static if
(
n >= 3
)
float
z
;
static if
(
n >= 4
)
float
w
;
}
Members
Variables
w
float
w
;
x
float
x
;
y
float
y
;
z
float
z
;
Meta
Source
See Implementation
viva
math
vector
Vector
__anonymous
structs
__anonymous
variables
v