korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
Matrix3
/
Companion
/
fromColumns
from
Columns
fun
fromColumns
(
c0
:
Vector3F
,
c1
:
Vector3F
,
c2
:
Vector3F
)
:
Matrix3
fun
fromColumns
(
v00
:
Float
,
v10
:
Float
,
v20
:
Float
,
v01
:
Float
,
v11
:
Float
,
v21
:
Float
,
v02
:
Float
,
v12
:
Float
,
v22
:
Float
)
:
Matrix3