digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::PointTransformAffine Class Reference

Public Member Functions

 PointTransformAffine (const std::vector< std::vector< float > > &m_)
 
 PointTransformAffine (const std::vector< std::vector< float > > &m_, const std::vector< float > &b_)
 
const std::vector< float > & get_b () const
 
const std::vector< std::vector< float > > & get_m () const
 
const std::vector< float > operator() (const std::vector< float > &p) const