Пример #1
0
 public PointCloudOfXYZ(PointCloudOfXYZ cloud, Std.VectorOfInt indices)
     : this(Invoke.pointcloud_xyz_ctor_indices(cloud.Ptr, indices.Ptr))
 {
 }