is_inside_bounds#
- is_inside_bounds(point: float | VectorLike[float], bounds: VectorLike[float]) bool[source]#
Check if a point is inside a set of bounds.
This is implemented through recursion so that this is N-dimensional.
Check if a point is inside a set of bounds.
This is implemented through recursion so that this is N-dimensional.