Apparent fix to cant placement matrix

This commit is contained in:
Richard Brice
2024-04-15 12:41:36 -07:00
parent 969b7382b6
commit e946e34823
2 changed files with 4 additions and 3 deletions
@@ -71,6 +71,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcFixedReferenceSweptAreaSolid
ss << m4;
auto s = ss.str();
std::wcout << s.c_str() << std::endl;
std::wcout << "determinant: " << m4.determinant() << std::endl;
Eigen::Matrix4d m4b = Eigen::Matrix4d::Identity();
bool is_directrix_derived = false;