Typedef nanogui::MatrixXu¶
- Defined in File common.h
Typedef Documentation¶
-
using
nanogui::MatrixXu = typedef Eigen::Matrix<uint32_t, Eigen::Dynamic, Eigen::Dynamic> Convenience typedef for things like index buffers. You would use it the same as
Eigen::MatrixXf, only it is storinguint32_tinstead offloat.