2d
How to create a curve between 2 points in 2D and get back Points that makes that curve every d distance?
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[详细]
2023-03-19 09:20 分类:问答Insert data into 2d array from file via split?
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\"}};[详细]
2023-03-19 05:34 分类:问答Java Game Engine, Similar to XNA [closed]
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[详细]
2023-03-19 04:08 分类:问答Unity - Autoresize with Abn sprite manager 2
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[详细]
2023-03-19 03:20 分类:问答2D graphic library for windows form application
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[详细]
2023-03-17 23:54 分类:问答XNA Collision Detection in Platformer
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[详细]
2023-03-17 18:22 分类:问答C++ 2D Box-Collision, is this right?
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.[详细]
2023-03-17 11:12 分类:问答2D Platformer AABB collision problems
I have a problem with AABB collision resolution. I resolve AABB intersection by resolving the X axis first, then the Y axis.[详细]
2023-03-17 10:16 分类:问答2D Box Collision - Is this right?
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.[详细]
2023-03-17 10:02 分类:问答Adding the diagonal values in a 2d array
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},[详细]
2023-03-16 21:11 分类:问答