Contents

intersects(sphereOrigin:sphereRadius:)

Returns a Boolean value that indicates whether the ray intersects a specified sphere.

Declaration

func intersects(sphereOrigin: Point3D, sphereRadius: Double) -> Bool

See Also

Checking characteristics