Typedef ouster::sdk::core::Matrix4R

Typedef Documentation

template<typename T>
using ouster::sdk::core::Matrix4R = Eigen::Matrix<T, 4, 4, Eigen::RowMajor>

4x4 matrix with row-major storage.

Template Parameters:

T – The data type for the matrix.