IfcConvert links on windows

This commit is contained in:
Thomas Krijnen
2019-08-18 14:31:22 +02:00
parent 85171bb5df
commit 8f88c601c6
20 changed files with 173 additions and 228 deletions
+1
View File
@@ -39,6 +39,7 @@ struct matrix4 : public item {
Eigen::Matrix4d components;
matrix4(const Eigen::Matrix4d& c) : components(c), tag(OTHER) {}
matrix4() : components(Eigen::Matrix4d::Identity()), tag(IDENTITY) {}
virtual item* clone() const { return new matrix4(*this); }