gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
Mat.slice
gfx
math
mat
Mat
Return a slice of the matrix
Mat
!(
T
,
RE
-
RS
,
CE
-
CS
)
slice
[@property getter]
struct
Mat
(T, size_t R, size_t C)
@
property
const
Mat
!(
T
,
RE
-
RS
,
CE
-
CS
)
slice
(
size_t
RS
size_t
RE
size_t
CS
size_t
CE
)
(
)
if
(
RE
>
RS
&&
RE
<=
rowLength
&&
CE
>
CS
&&
CE
<=
columnLength
)
Mat
!(
U
,
UR
,
UC
)
slice
[@property setter]
Meta
Source
See Implementation
gfx
math
mat
Mat
aliases
Column
CompSeq
Component
Row
RowSeq
constructors
this
functions
column
comp
opBinary
opBinaryRight
opCast
opDollar
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
row
toString
manifest constants
columnLength
compLength
identity
length
rowLength
properties
compTup
ct
ctCol
data
rowTup
slice
Return a slice of the matrix