linear ~master (2021-10-13T18:21:11Z)
Dub
Repo
__anonymous.__anonymous
math
linear
vector
Vec
__anonymous
Undocumented in source.
union
__anonymous
struct
__anonymous {
static if
(
size >= 1
)
T
x
;
static if
(
size >= 2
)
T
y
;
static if
(
size >= 3
)
T
z
;
static if
(
size >= 4
)
T
w
;
}
Members
Variables
w
T
w
;
Undocumented in source.
x
T
x
;
Undocumented in source.
y
T
y
;
Undocumented in source.
z
T
z
;
Undocumented in source.
Meta
Source
See Implementation
math
linear
vector
Vec
__anonymous
structs
__anonymous
variables
data