Advertisement

1 - 10 of 292 containing alltags:("2d") (0 seconds)
Okay, so I'm behind the times... I know. I want to create a simple 2d game in C or C++, which involves bitmaps, "tweening," and sprites. I'd rather it NOT be a VC++ app. Console will do just...
Zones: C++Date Answered: 01/27/2002 Grade: A Views: 0
I have around 1000 X & Y data points on an Excel sheet in C-drive.How do i display a 2D X-Y graph in VB.My graph should show all the data points.Can anybody please help me.
Zones: Visual BasicDate Answered: 05/15/2003 Grade: A Views: 0
Hi all, Is it possible to use variables to declare the dimensions of a 2D array? i.e. newArray(variable1,variable2) and populate the variables with integer values? If not is there anoth...
Zones: ASPDate Answered: 07/21/2003 Grade: A Views: 0
How do I sort a [][]  array??
Zones: JavaDate Answered: 08/03/2003 Grade: A Views: 0
Hi, I need a function that gives you a 2d pixel from a 3d position and according to an advanced camera. Here are the camera attributes: ***  LookingPointX  LookingPointY  LookingPointZ ...
Zones: 3D Game ProgrammingDate Answered: 10/13/2003 Grade: B Views: 0
I am using the below class as a 2D array object. I invoke the constructor with dimensions 22000x22000, and I get an aborted runtime error. Is that too large given the implementation of Array2D? How...
Zones: C++Date Answered: 05/19/2004 Grade: A Views: 0
I have the rendering of a 3D driving sim, but I could really do with displaying certain bits of information on top of that. For example, you know when you have a driving game and you have the speed...
Zones: Direct-x Game ProgrammingDate Answered: 03/11/2005 Grade: A Views: 0
I am having problems initializing the following 2D object array: Object[][] data = new Object[ctr][3]; I was debugging and noticed that all the allocated entries were NULL so I then tried to ...
Zones: JavaDate Answered: 02/16/2007 Grade: A Views: 0
I need a code sample to do the following: Given three known points on a 2D grid, find the location of a fourth arbitrary point on the same grid. In other words, I have three points: a:  (0,0) b:...
 
Related Solutions:
Trilateration with one unknown distance and two relative...

In the Trilateration example found here, the 3 distances are known because there are 3 beacons an...

Tags: Triangulation, Multilateration, location, TDOA
 
Zones: CDate Answered: 03/13/1999 Grade: A Views: 48
I have a program than uses 2D Variant Arrays to hold its data. From time to time I need to cast this to a 1D array To pass to 3rd party controls. I cannot seem to do this supplying the first index...
Zones: Delphi ProgrammingDate Answered: 07/13/1999 Grade: A Views: 0