translateOf method

void translateOf(
  1. Point3 point3
)

Implementation

void translateOf(Point3 point3) =>
    translate(point3.x, point3.y, point3.z);