templatize NormalConeT over Vector instead of Scalar to allow for other types of vectors (eg Eigen)
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
typedef typename Mesh::VertexHandle VertexHandle;
|
||||
typedef typename Mesh::FaceHandle FaceHandle;
|
||||
typedef typename Mesh::EdgeHandle EdgeHandle;
|
||||
typedef NormalConeT<Scalar> NormalCone;
|
||||
typedef NormalConeT<Normal> NormalCone;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user