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