moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
HVector.opAssign
moggle
math
matrix
HVector
Undocumented in source. Be warned that the author may not have intended to support it.
HVector
opAssign
(const(T)[N2] v)
HVector
opAssign
(Matrix!(T2, N2, 1) v)
struct
HVector
(T, size_t N)
pure nothrow ref
HVector
opAssign
(
T2
size_t
N2
)
(
in
Matrix
!(
T2
,
N2
, 1)
v
)
if
(
N2
<=
N
)
Meta
Source
See Implementation
moggle
math
matrix
HVector
constructors
this
functions
length
normalize
normalized
opAssign
variables
vector