예제 #1
0
 public PointCloudOfXYZ(int width, int height)
     : this(Invoke.pointcloud_xyz_ctor_wh((uint)width, (uint)height))
 {
 }