C# (CSharp) R3.Geometry Sphere.Intersection - 3 examples found. These are the top rated real world C# (CSharp) examples of R3.Geometry.Sphere.Intersection extracted from open source projects. You can rate examples to help us improve the quality of examples.
Finds the intersection (a circle) between us and another sphere. Returns null if sphere centers are coincident or no intersection exists. Does not currently work for planes.