Home
last modified time | relevance | path

Searched defs:OpenGlMatrix (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/display/
H A Dopengl_render_state.h98 struct PANGOLIN_EXPORT OpenGlMatrix { struct
116 OpenGlMatrix(const Eigen::Transform<P,3,Eigen::Affine>& mat) : OpenGlMatrix(mat.matrix()) { } in OpenGlMatrix() argument
161 OpenGlMatrix operator*(const OpenGlMatrix& lhs, const OpenGlMatrix& rhs); argument
301 inline OpenGlMatrix::OpenGlMatrix() { in OpenGlMatrix() function
306 OpenGlMatrix::OpenGlMatrix(const Eigen::Matrix<P,4,4>& mat) in OpenGlMatrix() function
342 inline OpenGlMatrix::OpenGlMatrix(const TooN::SE3<>& T) in OpenGlMatrix() function
351 inline OpenGlMatrix::OpenGlMatrix(const TooN::Matrix<4,4>& M) in OpenGlMatrix() function
428 inline OpenGlMatrix::OpenGlMatrix(const OVR::Matrix4f& mat) in OpenGlMatrix() function