typeR323
11-01-2005, 03:07 PM
I have a question. Please help me
I declare a two-dimensional array called anArray[][] and is it possible to create a function 'getVertex' which is able to return both values of Coordinate x and coordinate y of a point?
If so, how do I write this kind of function? Actually I already wrote getCoordinateX and getCoordinateY functions, which get values on x and y coordinates but they are separately.
I declare a two-dimensional array called anArray[][] and is it possible to create a function 'getVertex' which is able to return both values of Coordinate x and coordinate y of a point?
If so, how do I write this kind of function? Actually I already wrote getCoordinateX and getCoordinateY functions, which get values on x and y coordinates but they are separately.