|
inlinestaticconstexpr |
Creates a translation matrix.
This static method generates a 4x3 translation matrix that represents a transformation that moves points in world space by the specified translation vector.
x | The X translation component. |
y | The Y translation component. |
z | The Z translation component. |