translation property

Vec2D translation

Implementation

Vec2D get translation {
  return Vec2D.fromValues(_buffer[0], _buffer[1]);
}