Search found 702 matches
- Mon Jul 25, 2022 1:57 am
- Forum: Support and Development
- Topic: how to make object follow something like the mouse
- Replies: 2
- Views: 3114
Re: how to make object follow something like the mouse
Or like this?
- Sun Aug 15, 2021 2:51 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Hi pgimeno! Sorry for late reply but have suffered a major power outage. Discovered that the edge case failures in my code was related to " relational operator" failure. When determining if circle was within radius of sector, the conditional statement occasional fails. dis = distance of ci...
- Tue Aug 10, 2021 8:47 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Uncle!
I give up.
What's going on bright eyes.
Any help appreciated.
I give up.
What's going on bright eyes.
Any help appreciated.
- Tue Aug 10, 2021 3:08 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
As far as I can tell, we are all beating the same dead horse. Haven't found any edge cases but am sure eagle eyes will find some. --[[ format: circle: c = { x, y, r } arc: a = { x, y, a1, a2, l } a.a = ( a.a2 + a.a1 ) / 2 -- arc center angle a.w = abs( a.a2 - a.a1 ) / 2 -- arc half width ]] contactA...
- Mon Aug 09, 2021 8:50 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Don't know what kind of monster I've created but really doesn't have much to do with the original request.
- Mon Aug 09, 2021 4:01 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Talk about beating a dead horse.
- Sun Aug 08, 2021 11:00 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Such is life.
Always nice to create beautiful solutions to non-problems.
Had to add a check to see if the center of the arc was inside the circle.
Always nice to create beautiful solutions to non-problems.
Had to add a check to see if the center of the arc was inside the circle.
- Sun Aug 08, 2021 6:07 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Ouch!
Officially stomped on!
Forgot about zero angle crossing.
Revised demo attached.
No contest. Just reviewing trig. After all, who can compete with pgimeno
Thanks pgimeno for help.
Officially stomped on!
Forgot about zero angle crossing.
Revised demo attached.
No contest. Just reviewing trig. After all, who can compete with pgimeno
Thanks pgimeno for help.
- Sat Aug 07, 2021 7:16 pm
- Forum: Support and Development
- Topic: Boolean function for intersection between circular segment and circle
- Replies: 32
- Views: 40577
Re: Boolean function for intersection between circular segment and circle
Actually pretty simple.
Best
Best
- Tue Apr 13, 2021 2:02 am
- Forum: Games and Creations
- Topic: texsphere
- Replies: 0
- Views: 14197
texsphere
Just trying to figure out how to texturize a circle to make like a fake sphere.