contains_point


Description:

public bool contains_point (Point3D point)

Checks whether the given point is contained in the volume of a Sphere.

Parameters:

this

a Sphere

point

a Point3D

Returns:

`true` if the sphere contains the point