|
-
Feb 9th, 2000, 01:25 AM
#1
Thread Starter
Hyperactive Member
I need to know the method(s) needed to find any given point inclusive of a circle.In other words I want to be able to refer to any point inside a circle as the center and make it behave as so.The circle will be drawn many times and the center must be able to change.I'm going to use this for a spinning sphere whose axis can be changed from user control.Anyone know where to start?
Thanks
joey o
-
Feb 16th, 2000, 02:31 AM
#2
-
Feb 16th, 2000, 03:38 AM
#3
Thread Starter
Hyperactive Member
Thank you,
Thats a lot of help. If anyone could add anything I'd be greatfull.
joey o.
-
Feb 16th, 2000, 12:41 PM
#4
Thread Starter
Hyperactive Member
-
Feb 16th, 2000, 06:00 PM
#5
Junior Member
Joey,
If you know the initial co-ordinates (x,y,z) of the sphere and its radius (r) then for any point within the sphere (x1,y1,z1) the vector length between (x,y,z) to (x1,y1,z1) must be <=r
give me time and i may remember how to calculate vector lengths!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|