moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
Vector
moggle
math
matrix
Alias for a Matrix with a width of 1.
template
Vector (
T
size_t
N
) {
alias
Vector
=
Matrix
!(
T
,
N
,
1
)
;
}
Members
Aliases
Vector
alias
Vector
=
Matrix
!(
T
,
N
,
1
)
Undocumented in source.
Meta
Source
See Implementation
moggle
math
matrix
structs
HVector
Matrix
templates
Vector
Alias for a Matrix with a width of 1.