intersects(sphereOrigin:sphereRadius:)
Returns a Boolean value that indicates whether the ray intersects a specified sphere.
Declaration
func intersects(sphereOrigin: Point3D, sphereRadius: Double) -> BoolReturns a Boolean value that indicates whether the ray intersects a specified sphere.
func intersects(sphereOrigin: Point3D, sphereRadius: Double) -> Bool