Matrix.translate
void translate(graphene.point3_d.Point3D pos)Adds a translation transformation to m using the coordinates of the given #graphene_point3d_t.
This is the equivalent of calling [graphene.matrix.Matrix.initTranslate] and then multiplying m with the translation matrix.
Parameters
pos | a #graphene_point3d_t |