public PointCloudOfNormal(PointCloudOfNormal cloud, Std.VectorOfInt indices)
     : this(Invoke.pointcloud_normal_ctor_indices(cloud.Ptr, indices.Ptr))
 {
 }