I'm trying to decode a Java file (well not really decode, put it into a flow-chart format), and one of the functions returns a section of a matrix. Exactly what Matrix, is supposed to be in "Moeller Notation". From what I can tell, it consists of x1,x2;y1,y2. These are obviously the coordinates of each corner, but which is which? Thanks.