2d
How to find the largest circle that lies within a sampled boundary?
Given sets of 2D points which are the boundaries of an irregular shape, a shape which may not be convex and may have internal holes, is there an algorithm to find the开发者_开发百科 largest circle tha[详细]
2023-04-03 07:56 分类:问答2D vector math with direction and velocity
Heyo! I\'m starting to create games on iOS and I\'m trying a Breakout-clone for start. As practice I wanted a ball to bounce around in a rectangle so I get my head around simple collision, direction[详细]
2023-04-02 18:57 分类:问答Android Development: Bitmap and rectangles?
Can someone explain what the rect does in: canvas.drawBitmap(bmp,scr ,dst ,null); Because I have tried and tried to make any sense of this but I simply don\'t understand what the two rectangles does.[详细]
2023-04-02 00:29 分类:问答Method that takes a 2D array as a parameter, in c
I need to pass a 2D array into the method below: int pipeChild_1(int pipedes[], char *argsArray[][]); 开发者_Python百科[详细]
2023-04-01 20:36 分类:问答Is there a way to figure out 3D distance/view angle from a 2D environment using the iPhone/iPad camera?
Maybe I\'m asking this too soon in my research, but I\'d better know if this is possible sooner than later.[详细]
2023-04-01 12:14 分类:问答Loading non-power-of-two images in OpenGL ES iPhone
Does anyone know an efficient way to load textures into OpenGL ES that are not in sizes of a power of two? I am new to OpenGL, and I\'m working on a 2D game for iPhone and I have a l开发者_如何转开发o[详细]
2023-04-01 09:16 分类:问答Is Java AWT suitable for 2d game rendering?
I\'m currently porting my 2D game engine to Java. I looked at some of the game libraries pointed at here on stackoverflow. However, the ones I looked at were rather simplistic and didn\'t even state i[详细]
2023-04-01 09:04 分类:问答method for controling and referring character on 2d tile map
I am making a character moving messanger (2d tile map game looking messanger) I want each tile to refer which character is on.[详细]
2023-03-31 15:05 分类:问答How to draw 2D & 3D stuffs in OpenGL together? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-31 12:32 分类:问答update coordinates based on angle and speed
I see plenty of answers to this riddle on here, but every time I try and implement the answers, they don\'t seem to work. I wanted to reply to some of the answers, but couldn\'t. Perhaps it\'s because[详细]
2023-03-31 00:40 分类:问答