kotlin-math
1.4.0
kotlin-math
/
dev.romainguy.kotlin.math
/
Mat4
/
get
get
operator
fun
get
(
column
:
Int
)
:
Float4
Content copied to clipboard
operator
fun
get
(
column
:
Int
,
row
:
Int
)
:
Float
Content copied to clipboard
operator
fun
get
(
column
:
MatrixColumn
)
:
Float4
Content copied to clipboard
operator
fun
get
(
column
:
MatrixColumn
,
row
:
Int
)
:
Float
Content copied to clipboard