sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.opIndex
sbylib
math
matrix
Matrix
indexing operation
T
opIndex
(size_t i, size_t j)
struct
Matrix
(T, uint U, uint V)
const
T
opIndex
(
size_t
i
,
size_t
j
)
if
(
__traits(
isArithmetic
,
T
)
)
T
opIndex
(size_t i, size_t j)
Parameters
i
size_t
column index
j
size_t
row index
Return Value
Type:
T
selected value
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
indexing operation