retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Matrix.identity
retrograde
math
Matrix
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Matrix
(T, uint Rows, uint Columns)
static @
property
static if
(
Rows == Columns
)
Matrix
identity
(
)
if
(
Rows
> 0 &&
Columns
> 0
)
Meta
Source
See Implementation
retrograde
math
Matrix
aliases
_Columns
_Rows
_T
_VectorType
constructors
this
functions
getRowVector
opBinary
opBinaryRight
opIndex
opIndexAssign
opUnary
transpose
properties
identity