Menu

#2 Error in b2Distance : undeclared variable

open
nobody
None
5
2007-11-27
2007-11-27
Anonymous
No

Line 254 reads:

points[0] = w;

Possible fix (as you've inlined vector operations):

points[0] = new b2Vec2(wX, wY);

Discussion


Log in to post a comment.