draw spheres in 3D space [message #76504] |
Mon, 06 June 2011 11:50  |
Junum
Messages: 13 Registered: May 2010
|
Junior Member |
|
|
Hello,
I wan to know how to draw spheres in 3D space with xyz axes.
For example, I have 7 spheres with radius of 1 and its center is at
(0,0,0)
(2,0,0)
(-2,0,0)
(0,2,0)
(0,-2,0)
(0,0,2)
(0,0,-1).
Since I don't have idea for 3D drawing, it is hard to start.
Could you let me know any clue, help, suggestion?
Thank you very much.
Sincerely,
Jun
|
|
|
Re: draw spheres in 3D space [message #84616 is a reply to message #76504] |
Mon, 06 June 2011 11:52  |
Junum
Messages: 13 Registered: May 2010
|
Junior Member |
|
|
On Jun 6, 1:50 pm, Junum <junshi...@gmail.com> wrote:
> Hello,
>
> I wan to know how to draw spheres in 3D space with xyz axes.
> For example, I have 7 spheres with radius of 1 and its center is at
> (0,0,0)
> (2,0,0)
> (-2,0,0)
> (0,2,0)
> (0,-2,0)
> (0,0,2)
> (0,0,-1).
> Since I don't have idea for 3D drawing, it is hard to start.
> Could you let me know any clue, help, suggestion?
> Thank you very much.
>
> Sincerely,
> Jun
There was a type.
A center of last sphere should be (0,0,-2).
Jun
|
|
|