I\'m trying to make a small game based on the canvas in Delphi. Basically, I\'d like to make a fairly large bitmap ( 3000x3000, for example ), then load it into the canvas, and being able to sc开发者_
I want to make a game with Worm开发者_运维百科s-like destructible terrain in 2D, using OpenGL.
I have a cloud of points scattered in a 2D Euclidean space. I would like to calculate the area inside the polygon linking the most extreme (=p开发者_如何学运维eripheral) points of the cloud. In other
So for example I havesuch lines with coordinates. how (using what algorithm) is it p开发者_如何转开发ossible to generate some kind of simple 3d scene meaning get relative distance from camera to the w
I\'m trying to get the maximum value in a line in an 2d array. For example is this greyscale image. For 开发者_JAVA技巧me it\'s no problem to calculate the horizontal and vertical maximum grey value.
Say you have a 2D area and you want to generate random points 开发者_开发知识库within it, by setting
Background: I have 8 images for every sprite in my bird\'s view JavaScript game, representing top, top-right, right, right-bottom etc., depending on the player\'s space ship speed.
another question regarding pdf parsing... Just read PDF Reference version 1.7 \"5.3.1 Text-Positioning Operators\" and I am a little bit confused.
I\'m stuck with sorting 2D arrays in objective c. I have a 2D array which I made from two string arrays.
in my previous code,I changed the coordinate system in my view\'s drawRect,so that the rectangle had 0,0in the centre, 0,1at the top centre and 1,0in the centre of the right edge. I.e. a normalised Ca