dtcc.Bounds.contains(x: float, y: float, z: float = 0.0, ignore_z: bool = True) bool[source]

Check if a point is inside the bounds.

Parameters:
x : float

The x-coordinate of the point.

y : float

The y-coordinate of the point.

z : float, optional

The z-coordinate of the point, by default 0.0.

Returns:

True if the point is inside the bounds, False otherwise.

Return type:

bool