intersects_sphere


Description:

[ Version ( since = "1.10" ) ]
public bool intersects_sphere (Sphere s)

Checks if the given Ray this intersects the given Sphere s.

See also: intersect_sphere

Parameters:

this

a Ray

s

a Sphere

Returns:

`true` if the ray intersects the sphere