kig
Include dependency graph for kigtransform.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Transformation |
Functions | |
const Transformation | operator* (const Transformation &, const Transformation &) |
bool | operator== (const Transformation &lhs, const Transformation &rhs) |
Function Documentation
const Transformation operator* | ( | const Transformation & | a, |
const Transformation & | b | ||
) |
This creates a Transformation that executes first transformation b, and then a.
Definition at line 292 of file kigtransform.cpp.
bool operator== | ( | const Transformation & | lhs, |
const Transformation & | rhs | ||
) |
Tests two Transformation's for equality.
Definition at line 785 of file kigtransform.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.