nukescripts.geomath.translate_matrix

nukescripts.geomath.translate_matrix(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.