Class PointCloud
Represents a point cloud as a GPU 1d buffer of point structures, with (x, y, z) coordinates and intensity.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public class PointCloud : StructuredBuffer<PointXYZI>
Constructors
Name | Description |
---|---|
PointCloud() | Initializes and returns an instance of PointCloud. |