Template Function pmp::inverse_viewport_matrix

Function Documentation

template<typename Scalar>
Mat4<Scalar> pmp::inverse_viewport_matrix(Scalar l, Scalar b, Scalar w, Scalar h)

inverse of OpenGL viewport matrix with parameters left, bottom, width, height

See also

viewport_matrix