Typedef ouster::sdk::core::Matrix3R

Typedef Documentation

template<typename T>
using ouster::sdk::core::Matrix3R = Eigen::Matrix<T, 3, 3, Eigen::RowMajor>

3x3 matrix with row-major storage.

Template Parameters:

T – The data type for the matrix.