home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4156 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.9 KB  |  48 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: <DMsIw4.HvL@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> <311F9C84.3B26@structure.chimie.usherb.ca> <312028C1.C1F@nmsu.edu>
  10. Date: Thu, 15 Feb 1996 00:03:38 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. >> 
  26. >> Sorry, but I must take offense here.  A point in Cartesian space has three
  27. >> aspects [X,Y,Z].  A vector requires a direction, and depending on how 
  28. sticky you
  29. >> are, probably a length.  This implies 6 independent aspects.  Result;  A 
  30. plane
  31. >> requires 3 points.  Always.
  32. >
  33. >You're wrong. A vector is any quantity with any given number of dimensions. 
  34. The
  35. >number 5 is a vector, called a scalar.  The vector [x,y,z] can refer to a 
  36. position
  37. >vector (point) or direction vector.
  38. >
  39. >I suggest you take some math courses before you try to explain such basic 
  40. concepts.
  41.  
  42. your wrong a vector and a scalar are completely different.  5 is not a vector 
  43. called a scalar it is a scalar.  Look up in any physics book and a scalar is 
  44. defined as any given value.  5,10,3.116, any # is a scalar but a vector is 
  45. number WITH direction ie 5 at 13degress is a vector.
  46.  
  47. matt
  48.