Typedef ouster::sdk::core::PointCloudXYZ

Typedef Documentation

template<typename T>
using ouster::sdk::core::PointCloudXYZ = MatrixX3R<T>

Point cloud with 3D coordinates, row-major layout (Nx3).

Template Parameters:

T – Data type (e.g., float or double)