Rer: Re: vectors
- Subject: [mg3230] Rer: [mg3174] Re: vectors
- From: TTCJ34A at prodigy.com (DR JOHN C ERB)
- Date: 19 Feb 1996 08:40:08 -0600
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Wolfram Research, Inc.
- Sender: daemon at wri.com
Graphical representation of a plane in 3D space is given in the book Mathematica Graphics by Tom Wickham-Jones. The needed function is ToPolygon[Plane[c:{_,_,_},n:{_,_,_}], size_:1], where c is a point in the plane, and n is a vector normal to the plane. See page 417 of the aforementioned book.