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 - vmilea

Pages: [1]
1
DotNet / First version released
« on: September 25, 2008, 04:23:16 pm »
Just noticed an X/Y mix-up in 'Vector2.cs':

operator-   : return new Vector2(v1.X - v2.X, v1.Y - v2.X);
operator+   : return new Vector2(v1.X + v2.X, v1.Y + v2.X);

Pages: [1]