Sphere.Contains
bool Contains(Vec3 point)
A fast check to see if the given point is contained in or on a sphere!
Vec3 point | A point in the same coordinate space as this sphere. |
RETURNS: bool | True if in or on the sphere, false if outside. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!