[ Version ( since = "1.0" ) ]
public void translate (Point3D pos)
Adds a translation transformation to this using the coordinates of the given Point3D.
This is the equivalent of calling init_translate and then multiplying this with the translation matrix.
this |
a Matrix |
pos |
a Point3D |