Efficiently applies a translation to the given matrix. This translation is post-concatenated to the existing matrix.
The translation vector to apply.
The matrix to apply the translation to. Defaults to the identity matrix.
The resulting matrix after applying the translation.
Efficiently applies a translation to the given matrix. This translation is post-concatenated to the existing matrix.