interface IDepthPointCloud (Niantic.ARDK.AR.Depth.IDepthPointCloud)
Overview
Represents a depth point cloud. More…
interface IDepthPointCloud: IDisposable { // properties UInt32 Height; ReadOnlyCollection<Vector3> Points; UInt32 Width; };
Detailed Documentation
Represents a depth point cloud.
Properties
UInt32 Height
The height of the depth point cloud, from the camera’s perspective.
ReadOnlyCollection<Vector3> Points
The collection of world-space depth points.
UInt32 Width
The width of the depth point cloud, from the camera’s perspective.