home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / 14308 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Xref: sparky comp.graphics:14308 comp.windows.x.pex:708 comp.graphics.opengl:282
  2. Path: sparky!uunet!europa.eng.gtefsd.com!gatech!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!agate!ames!olivea!sgigate!odin!fido!cashew.asd.sgi.com!kurt
  3. From: kurt@cashew.asd.sgi.com (Kurt Akeley)
  4. Newsgroups: comp.graphics,comp.windows.x.pex,comp.graphics.opengl
  5. Subject: Re: Row major or column major matrices? - SUMMARY POSTING
  6. Message-ID: <1k9bmcINN6sv@fido.asd.sgi.com>
  7. Date: 28 Jan 93 19:20:44 GMT
  8. References: <1993Jan27.094023.23238@eye.com>
  9. Organization: Silicon Graphics, Inc.
  10. Lines: 14
  11. NNTP-Posting-Host: cashew.asd.sgi.com
  12.  
  13. -- 
  14.  
  15. Eric Haines writes:
  16.  
  17. > There may be other systems in which
  18. > the translation elements are stored in locations 3,7, and 11, but this is a
  19. > separate computer language issue (can you say "FORTRAN"?).
  20.  
  21. The OpenGL API treats matrixes as single-dimension arrays of 16 elements,
  22. rather than 4x4 arrays of elements.  Thus OpenGL codes written in FORTRAN
  23. and C use identical array indexing, and can share matrixes in an intuitive
  24. way.
  25.  
  26. -- Kurt Akeley        kurt@sgi.com  (415) 390-3612  M/S 7U-550
  27.