| 102 | |
| 103 | Matrix3dT const & Pto3dMatrix() const { return m_Pto3d; } |
| 104 | bool isPerspective() const { return m_isPerspective; } |
| 105 | bool isAutoPerspective() const { return m_isAutoPerspective; } |
| 106 | void SetAutoPerspective(bool isAutoPerspective); |
| 107 |
no outgoing calls
no test coverage detected