private void Recalculate() { Shape = new Polygon(_normalizedPolygon); Shape.RotateAround(Rotation, Shape.Center + Origin); BoundingBox = Shape.BoundingBox(); }