glimpse-core
2.0.0-alpha.3
common
glimpse-core
/
graphics.glimpse.types
/
Mat
/
get
get
abstract
operator
fun
get
(
row
:
Int
,
col
:
Int
)
:
T
Returns element of this matrix at a given
row
and a given
column
.