Utilities.IsSphereIntersectingCone(Vector, number, Vector, Vector, number, number)
shared
Arguments
- sphereCenter Vector
- sphereRadius number
- coneOrigin Vector
- coneAxis Vector
- coneSine number
- coneCosine number
Returns
- boolean True if the sphere is intersecting the cone
Examples
Utilities.IsSphereIntersectingCone – Check if a sphere is intersecting a cone