mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Return value for transformation, still needs to be initialised somewhere…
This commit is contained in:
@@ -35,7 +35,7 @@ namespace IfcGeom {
|
|||||||
|
|
||||||
virtual double Value(int i, int j) const {
|
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.
|
// Get cell from placement as 4x3 matrix as implemented in OCCT. We'll have to check exact semantics.
|
||||||
throw std::runtime_error("Not implemented");
|
return CGAL::to_double(trsf_->cartesian(i, j));
|
||||||
}
|
}
|
||||||
virtual void Multiply(const ConversionResultPlacement* other) {
|
virtual void Multiply(const ConversionResultPlacement* other) {
|
||||||
// Multiply matrix as implemented in OCCT. We'll have to check exact semantics.
|
// Multiply matrix as implemented in OCCT. We'll have to check exact semantics.
|
||||||
|
|||||||
Reference in New Issue
Block a user