|
[Date Index]
[Thread Index]
[Author Index]
need help with surface polygons
- To: mathgroup at smc.vnet.net
- Subject: [mg7922] need help with surface polygons
- From: ericf at uidaho.edu
- Date: Mon, 21 Jul 1997 03:22:12 -0400
- Organization: Altopia Corp. - Usenet Access - http://www.altopia.com
- Sender: owner-wri-mathgroup at wolfram.com
I can't seem to figure out how to get the nifty polygons used on the
surface in the solving the quintic poster.
the best that i can seem to do is to rotate the rectangles 45 degrees
and reduce them by half, to get a partial see-thru object:
rot = Polygon[x_] :-> Polygon[1/2(x+RotateRight[x])]
but what i really want is the one used on the surfaces of the solving th
quintic poster.
sorry if this seems obvious, but I am new at this.
thanks,
eric
ericf at uidaho.edu
Prev by Date:
read data in the "1.234*10^-8" form?
Next by Date:
partial DE and finite difference
Previous by thread:
read data in the "1.234*10^-8" form?
Next by thread:
Re: need help with surface polygons
|