mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
ENH: Use Eigen array for mesh indices
WIP: Rename "Prims" to "Indices" WIP: Use Eigen array for mesh indices WIP: Remvoe Primitive::apply
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "combo_iterator.hpp"
|
||||
|
||||
template<unsigned N>
|
||||
using Prims = Eigen::Matrix<unsigned, N, Eigen::Dynamic>;
|
||||
using Indices = Eigen::Array<unsigned, N, Eigen::Dynamic>;
|
||||
|
||||
template<int N>
|
||||
using vec = Eigen::Matrix<float, N, 1>;
|
||||
|
||||
Reference in New Issue
Block a user