translate abstract method

T translate(
  1. Point<num> offset
)

Translates the shape by the given vector offset.

Implementation

T translate(Point<num> offset);