Graphics3D. How to join random points with a single line
- To: mathgroup at smc.vnet.net
- Subject: [mg113073] Graphics3D. How to join random points with a single line
- From: pikajap <deepstroat at hotmail.com>
- Date: Tue, 12 Oct 2010 04:30:18 -0400 (EDT)
Hello everyone!
HEllllllllllppppppppp, i need your help!
I have this work to do:
Generate n Random tridimensional points
trid[n_]:=Table[{Random[],Random[],Random[]},{j,1,n}]
that was easy in deed
Then i need to use the Hue command so that when i graph the points none of them has the same color.
Graphics3D[Tables[{Hue.....Pont[trid[n....
But for the final point,
i have to link all the points. Then i cant!!!
Beacause when i use table, i get n times what i want!!!!
please help out guys