////////////////////////////////////////////////////////////////////// inline functions for Matrix4 //////////////////////////////////////////////////////////////////////
| 638 | // inline functions for Matrix4 |
| 639 | /////////////////////////////////////////////////////////////////////////// |
| 640 | inline Matrix4::Matrix4() |
| 641 | { |
| 642 | // initially identity matrix |
| 643 | identity(); |
| 644 | } |
| 645 | |
| 646 | |
| 647 |
nothing calls this directly
no outgoing calls
no test coverage detected