Question by
KubrickStanley · Oct 20, 2020 at 03:04 PM ·
collisionintersectioncollision.contacts
Find Intersection Point Two Sphere
I determine the radius of the spheres with the data I get from the user. How can I find the intersection of these spheres (as I show in the photo). I want to create another object on that point.
untitled34232.png
(416.1 kB)
Comment
2 spheres will intersect in a plane of points, not just 2 points. If you want only 2 points of the intersection you need to use 3 spheres.
Your answer
Follow this Question
Related Questions
Cone and Cube intersection volume 1 Answer
How Can I Know which collider has call OnCollisionExit() on the script's gameObject?? 1 Answer
2D IsOnGround check providing false positives 0 Answers
Vector2 intersection 0 Answers
Cursor collision 0 Answers