translate

fun translate(x: Float, y: Float, z: Float): Matrix4

Translates this matrix given coordinates.

Return

This matrix, multiplied by the translation matrix

Parameters

x

The x coordinate of the translation

y

The y coordinate of the translation

z

The z coordinate of the translation