korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom
/
MMatrix4
/
setToRotation
set
To
Rotation
fun
setToRotation
(
angle
:
Angle
,
x
:
Float
,
y
:
Float
,
z
:
Float
)
:
MMatrix4
fun
setToRotation
(
angle
:
Angle
,
direction
:
MVector4
)
:
MMatrix4
fun
setToRotation
(
angle
:
Angle
,
x
:
Double
,
y
:
Double
,
z
:
Double
)
:
MMatrix4
fun
setToRotation
(
angle
:
Angle
,
x
:
Int
,
y
:
Int
,
z
:
Int
)
:
MMatrix4
fun
setToRotation
(
quat
:
Quaternion
)
:
MMatrix4
fun
setToRotation
(
euler
:
EulerRotation
)
:
MMatrix4