toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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