Which transformation matrix represents a translation of a [x, y, z] vector in 3D space?
Translate([x, y, z])
TranslateZ([x, y, z])
RotateY([x, y, z])
RotateX([x, y, z])

Artificial Intelligence Exercises are loading ...