mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 02:37:59 +00:00
Nothing is a pointer now. Initialisation is easier…
This commit is contained in:
@@ -35,7 +35,7 @@ namespace IfcGeom {
|
||||
|
||||
virtual double Value(int i, int j) const {
|
||||
// Get cell from placement as 4x3 matrix as implemented in OCCT. We'll have to check exact semantics.
|
||||
return CGAL::to_double(trsf_->cartesian(i, j));
|
||||
return CGAL::to_double(trsf_.cartesian(i, j));
|
||||
}
|
||||
virtual void Multiply(const ConversionResultPlacement* other) {
|
||||
// Multiply matrix as implemented in OCCT. We'll have to check exact semantics.
|
||||
@@ -74,4 +74,4 @@ namespace IfcGeom {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user