sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.this
sbylib
math
matrix
Matrix
Constructor by InputRange. This matrix's all elements are filled by given range.
this
(T e)
this
(T[U * V] elements)
this
(Range r)
struct
Matrix
(T, uint U, uint V)
this
(
Range
)
(
Range
r
)
if
(
isInputRange
!(
Range
) &&
is
(
RangeElementType
!(
Range
) :
T
)
)
if
(
__traits(
isArithmetic
,
T
)
)
this
(T[U][V] elements)
this
(Vector!(T, U)[V] vectors)
Meta
Source
See Implementation
sbylib
math
matrix
Matrix
aliases
ElementType
constructors
this
functions
array
column
opBinary
opIndex
opOpAssign
opUnary
row
toString
manifest constants
Column
Row
static functions
axisAngle
identity
lookAt
makeInvertTRS
makeTRS
ortho
perspective
rotFromTo
scale
translate
Constructor by InputRange. This matrix's all elements are filled by given range.