pub fn extract_mask( input: &PointCloud, mask: &[bool], ) -> SpatialResult<PointCloud>
Extracts points where mask[index] is true.
mask[index]