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
/
translate
translate
fun
translate
(
x
:
Float
,
y
:
Float
,
z
:
Float
,
w
:
Float
=
1.0f
,
temp
:
MMatrix4
=
MMatrix4()
)
:
MMatrix4
fun
translate
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
=
1.0
,
temp
:
MMatrix4
=
MMatrix4()
)
:
MMatrix4
fun
translate
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
w
:
Int
=
1
,
temp
:
MMatrix4
=
MMatrix4()
)
:
MMatrix4
inline
fun
translate
(
v
:
MVector4
,
temp
:
MMatrix4
=
MMatrix4()
)
:
MMatrix4