public override ref Normal At(int col, int row)
 => ref Unsafe.AsRef <Normal>(Invoke.pointcloud_normal_at_colrow(_ptr, col, row));