Efficiently applies a translation to the given matrix using separate components. This translation is post-concatenated to the existing matrix.
The translation along the x-axis.
The translation along the y-axis.
The translation along the z-axis.
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 using separate components. This translation is post-concatenated to the existing matrix.