Click or drag to resize

UtilIntersectCircleSphere Method

Overload List
 NameDescription
Public methodStatic memberIntersectCircleSphere(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).
Public methodStatic memberIntersectCircleSphere(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).
Top
See Also