home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4157 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  49 lines

  1. Newsgroups: comp.lang.pascal.borland,comp.lang.pascal.mac,comp.lang.pascal.ansi-iso,comp.lang.pascal.misc,comp.sys.amiga.programmer,comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
  2. Path: newsreader.jvnc.net!nbw-ts1-tty10
  3. From: schumaker@tigger.jvnc.net (schumaker)
  4. Subject: Re: 3d programming
  5. Message-ID: <DMsJ2s.ICD@tigger.jvnc.net>
  6. Sender: news@tigger.jvnc.net (Zee News Genie)
  7. Organization: JvNCnet
  8. X-Newsreader: News Xpress Version 1.0 Beta #4
  9. References: <4f3od9$2jg@zeus.tcp.co.uk> <jderrick-0502961551360001@slip037.csc.cuhk.hk> <3118310E.52F@psu.edu> <4fiuh2$qrj@fulton.cs.unc.edu> <311E38D7.71BC@psu.edu> <4frlln$lp5@dfw.nkn.net> <Pine.OSF.3.91.960214142740.20349A-100000@curtis.aa.washington.edu>
  10. Date: Thu, 15 Feb 1996 00:07:37 GMT
  11.  
  12.  
  13. >> >> >Actually, you only need 2 points to define a plane: a point on the 
  14. plane and
  15. >> >> >a normal vector.
  16. >> >> 
  17. >> >> Sorry to quibble, but...
  18. >> >> 
  19. >> >>    A VECTOR IS NOT A POINT!!!!
  20. >> >> 
  21. >> >> Now back to our regular program.
  22. >> 
  23. >> >Points are vectors.
  24. >> 
  25. >> I may not be a 3d programmer but I do know that a point is NOT a vector.
  26. >> 
  27. >> Definition of Vector from my Physics book:
  28. >>     VECTOR: Quantity having both magnitude (size [meaning speed]) and 
  29. direction.
  30. >> 
  31. >> In other words a point is not a vector and a vector is not a point.  Also, 
  32. two
  33. >> points do not necessarily make a vector.  A vector is a point that *points*
  34. >> somewhere
  35. >But a point has a magnitude and direction. Point x,y,z has a magnitude 
  36. >of sqrt(x^2+y^2+z^2) and a direction of ( x i y j z k)/magnitude where 
  37. >i,j,k are the unit vectors. Remember when you define a point in space you 
  38. >are referencing it to some reference point.  
  39. >
  40. > David Matiskella matiskel@aa.washington.edu
  41. >
  42. >
  43. wrong a point is just that a point.  the values given a point are completely 
  44. arbitraray based on your origin I can aurgue that a point at 0,0,0 is the same 
  45. as a point you call 1,2,3 your reference point does not give a point any 
  46. magnitude.
  47.  
  48. matt
  49.