mymesh.tree.OctreeNode.PointInNode# OctreeNode.PointInNode(point, inclusive=True)[source]# Check if a point is within the bounds of the current node. Parameters: point (np.ndarray) – Three element coordinate array inclusive (bool, optional) – Specify whether a point exactly on the boundary is include as in the node, by default True. Returns: inside – True if the point is inside the node, otherwise False. Return type: bool