PointCloud.Dimension

PointCloud.Dimension property

If a dimension value is present for the point cloud, it indicates an organized point cloud. Without a specified size, it is considered an unorganized point cloud. Organized point cloud means it has an image-like structure.

public Vector2? Dimension { get; set; }

See Also