Hey guys, I\'m working on a 2D game for android, but I keep running into problems when attempting to use drawables with a surfaceview. When assigning a image to a drawable I am only allowed up 开发者_
I tried to calculate the angle between my start position and end position, but it keeps a number between 2 and -2. I got this code from stack overflow (http://stackoverflow.com/questions/2676719/calcu
i have created a method that should plot a histogram from an image...i have a 2 dimension array: int[][] myHistogram=new int[colorComponentOfImage][bin256];
I\'m trying to rotate a 3D object on its Z axis (up/down). public void RotateY(float angle) { foreach (CoordinateVertices cv in this.GetAll<CoordinateVertices>())
I have a troubling homework assignment and would like pointers in the correct开发者_C百科 direction.
I need to develop a Iphone 2D app for school project. I don\'t have object C and C++ background. I just go through the Iphone App develop process on-line. Any suggestions to quickly build a 2D iphone
l would like to create a dynamic 2D matrix, where the number of rows and columns is unknown. Filling it by adding one element at the time. For example, 1st button clic开发者_开发知识库k = M[1][1] (at
Say I have data concerning the position of animals on a 2d plane (as determined by video monitoring from a camera directly overhead). For example a matrix with 15 rows (1 for each animal) and 2 column
I have polygons that define the contour of counties in the UK. These shapes are very detailed (10k to 20k points each), thus rendering the related computations (is point X in polygon P?) quite computa
I\'m currently looking for a suitable graphics engine and suggestions on how to implement a railway simulation GUI. This is for a central railway network control system.