-----------------------------------------------------------------------------
| 973 | } |
| 974 | //----------------------------------------------------------------------------- |
| 975 | Matrix4 AutoParamDataSource::getTransposeProjectionMatrix(void) const |
| 976 | { |
| 977 | return this->getProjectionMatrix().transpose(); |
| 978 | } |
| 979 | //----------------------------------------------------------------------------- |
| 980 | Matrix4 AutoParamDataSource::getInverseProjectionMatrix(void) const |
| 981 | { |
no test coverage detected