origin property

Vec2D origin

Implementation

Vec2D get origin => Vec2D.fromValues(width * originX, height * originY);