Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sheadovas

Pages: [1]
1
Graphics / Re: ConvexShape - getting current position of the point
« on: May 27, 2014, 04:39:12 pm »
Thx

2
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

Pages: [1]
anything