Cylinder.contains_point

Cylinder.contains_point(point, tol=1e-06)[source]

Verify if a point is inside the cylinder.

Parameters:
pointcompas.geometry.Point

The point.

tolfloat, optional

The tolerance for the verification.

Returns:
bool

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