originWorld property

Vec2D originWorld

Implementation

Vec2D get originWorld {
  return Vec2D.fromValues(x + width * originX, y + height * originY);
}