I have a convex shape:
ConvexShape shape(3);
shape.setPoint(0,Vector2f(5,20));
shape.setPoint(1,Vector2f(5,30));
shape.setPoint(2,Vector2f(9,12));
I need the current position of points after moving, rotating, etc. Unfortunately
virtual Vector2f sf::ConvexShape::getPoint(unsigned int index) const
returns old position