krita
KisPoint Class Reference
#include <kis_point.h>
Inheritance diagram for KisPoint:

Detailed Description
A double-based point class that can return it's coordinates approximated to integers.
Definition at line 28 of file kis_point.h.
Public Member Functions | |
| KisPoint () | |
| KisPoint (double x, double y) | |
| KisPoint (const QPoint &pt) | |
| KisPoint (const KoPoint &pt) | |
| int | floorX () const |
| int | floorY () const |
| int | roundX () const |
| int | roundY () const |
| QPoint | floorQPoint () const |
| QPoint | roundQPoint () const |
The documentation for this class was generated from the following file:

