Apply a translation to the object using map.
This does not change the real geometry of the object but will affect its visible position.
Since 1.22
translate { params { @in dx: double; @in dy: double; @in dz: double; } }
void efl_gfx_mapping_translate(Eo *obj, double dx, double dy, double dz);