UtilIntersectCircleSphere Method |
| Name | Description | |
|---|---|---|
| IntersectCircleSphere(Vector3, Vector3, Double, Vector3, Double) |
Calculate the intersection points of a circle (in a given plane) and a sphere surface (using 10^-6 as a tolerance in equality).
| |
| IntersectCircleSphere(Vector3, Vector3, Double, Vector3, Double, Double) |
Calculate the intersection points of a circle (in a given plane) and a sphere surface (using supplied epsilon as a tolerance in equality).
|