I\'m not good in math. I have 2 points, A(x1, y1) and B(x2, y2) in 2D. I need to create a virtual path from point A to B curved at R(radius), and then return an array of points which are describing
How could one populate a 2d array from a text file using split? String proxies[][] = {{\"127.0.0.1\",\"80\"}, {\"127.0.0.1\",\"443\"}, {\"127.0.0.1\",\"3306\"}};
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m building a 2d game and I am using sprite scripts from anb soft. I am trying to build for iphone tall res, but the simulator gets the max resolution of 640 * 865 instead of 640 * 960, so i can\'t
I need a 2d graphic library for windows form application(Visual studio 2010).I used to work with SDL in console applications.It was really great:simple and powerful开发者_StackOverflow社区.But a frien
I\'ve been working on a simple 2D platformer engine. So far I\'ve got a sprite moving around (not yet animated), and 3 platforms for a \"Jetpac\" type game (old ZX Spectrum game - I\'m sure if you goo
Well I\'ve got a 2D box collision code that basically loops through every bl开发者_开发问答ock in a list called \"Blocks\" and it checks if I\'m near the sides and whatnot.
I have a problem with AABB collision resolution. I resolve AABB intersection by resolving the X axis first, then the Y axis.
Well I\'ve got a 2D box collision code that basically loops through every block in a list called \"Blocks\" and it checks if I\'m near the sides and whatnot.
I have the following 2d array int [][] array = {{ 0,1,2,3,4,5,6,7,8,9}, {10, 11, 12, 13, 14, 15, 16, 17, 18, 19},