| 28 | { |
| 29 | |
| 30 | CellInstanceSetHasher::MatrixHash::MatrixHash (double s) |
| 31 | : db::IMatrix3d (s, 0, 0, 0, s, 0, 0, 0, s) |
| 32 | { |
| 33 | // .. nothing yet .. |
| 34 | } |
| 35 | |
| 36 | CellInstanceSetHasher::MatrixHash::MatrixHash (const db::ICplxTrans &trans) |
| 37 | : db::IMatrix3d (trans) |
nothing calls this directly
no test coverage detected