Cone.contains_point

Cone.contains_point(point)[source]

Verify if a point is inside the shape.

Parameters:
pointcompas.geometry.Point

The point to test.

Returns:
bool

True if the point is inside the shape. False otherwise.