feat: add eigen vector type
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <Eigen/Dense>
|
||||
|
||||
namespace enzo
|
||||
{
|
||||
@@ -22,4 +23,10 @@ namespace enzo
|
||||
using AttrType = AttributeType;
|
||||
using AttrOwner = AttributeOwner;
|
||||
}
|
||||
// basic types types
|
||||
namespace bt
|
||||
{
|
||||
using Vector3 = Eigen::Vector3d;
|
||||
using Vector4 = Eigen::Vector4d;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user