nukescripts.translateMatrix

nukescripts.translateMatrix(translations)[source]

Generates a translation matrix from the input vector.

Parameters

translations (_nukemath.Vector3) – Vector that will be used generate the translation

matrix. :rtype: Matrix4 :return: The translate matrix.