mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
IfcConvert links on windows
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user