Shape constructor

Shape(
  1. Vector2 position
)

Implementation

Shape(Vector2 position) : _position = position;