• Inserts the translation vector (using 3 floats) in the current matrix

    Returns

    the current updated matrix

    Parameters

    • self: MutableMatrix
    • x: number

      defines the 1st component of the translation

    • y: number

      defines the 2nd component of the translation

    • z: number

      defines the 3rd component of the translation

    Returns void