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:
Returns:
`true` if the ray intersects the sphere
|