Typedef ouster::sdk::core::ArrayX3R

Typedef Documentation

template<typename T>
using ouster::sdk::core::ArrayX3R = Eigen::Array<T, Eigen::Dynamic, 3, Eigen::RowMajor>

Nx3 array with row-major storage.

Template Parameters:

T – The data type for the array.