Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_perspective_math.h File Reference
#include "kis_vec.h"
#include <QPointF>
#include <Eigen/Geometry>
#include <kritaimage_export.h>

Go to the source code of this file.

Classes

class  KisPerspectiveMath
 

Typedefs

typedef Eigen::Hyperplane< qreal, 2 > LineEquation
 
typedef Eigen::Matrix< qreal, 3, 3 > Matrix3qreal
 
typedef Eigen::Matrix< qreal, 9, 9 > Matrix9qreal
 
typedef Eigen::Matrix< qreal, 9, 1 > Vector9qreal
 

Typedef Documentation

◆ LineEquation

typedef Eigen::Hyperplane<qreal, 2> LineEquation

Definition at line 19 of file kis_perspective_math.h.

◆ Matrix3qreal

typedef Eigen::Matrix<qreal, 3, 3> Matrix3qreal

Definition at line 16 of file kis_perspective_math.h.

◆ Matrix9qreal

typedef Eigen::Matrix<qreal, 9, 9> Matrix9qreal

Definition at line 17 of file kis_perspective_math.h.

◆ Vector9qreal

typedef Eigen::Matrix<qreal, 9, 1> Vector9qreal

Definition at line 18 of file kis_perspective_math.h.