Thread: Matrix?
View Single Post
  #5  
Old 01-21-2003, 05:27 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by tlf288


That would be nice. How would that work though? I've never seen it done in a programming language before.....
php does it like
var[index][index]
first index being the x, second being the y
Reply With Quote