////////////////////////////////////////////////////////////////////// inline functions for Matrix3 //////////////////////////////////////////////////////////////////////
| 416 | // inline functions for Matrix3 |
| 417 | /////////////////////////////////////////////////////////////////////////// |
| 418 | inline Matrix3::Matrix3() |
| 419 | { |
| 420 | // initially identity matrix |
| 421 | identity(); |
| 422 | } |
| 423 | |
| 424 | |
| 425 |
nothing calls this directly
no outgoing calls
no test coverage detected