Skip to main content

Utils

computeCloudResolution

computeCloudResolution(cloud)

Type Definitions

computeCloudResolution(cloud: PointCloud<PointXYZ>): number;

toXYZPointCloud

toXYZPointCloud(cloudIn, cloudOut)

Type Definitions

function toXYZPointCloud(cloudIn: PointCloud<XYZPointTypes>, cloudOut: PointCloud<PointXYZ>): void;