Typedef ouster::sdk::core::Vector16

Typedef Documentation

template<typename T>
using ouster::sdk::core::Vector16 = Eigen::Vector<T, 16>

Vector of 16 elements.

Template Parameters:

T – The data type for the vector.