|
Krita Source Code Documentation
|
#include <kis_algebra_2d.h>
Public Member Functions | |
| Segment (VectorPathPoint _start, VectorPathPoint _end) | |
Public Attributes | |
| QPointF | controlPoint1 {QPointF()} |
| QPointF | controlPoint2 {QPointF()} |
| VectorPathPoint | end |
| QPointF | endPoint {QPointF()} |
| VectorPathPoint | start |
| QPointF | startPoint {QPointF()} |
| VectorPathPoint::Type | type {VectorPathPoint::MoveTo} |
Definition at line 627 of file kis_algebra_2d.h.
|
inline |
Definition at line 639 of file kis_algebra_2d.h.
| QPointF KisAlgebra2D::VectorPath::Segment::controlPoint1 {QPointF()} |
Definition at line 634 of file kis_algebra_2d.h.
| QPointF KisAlgebra2D::VectorPath::Segment::controlPoint2 {QPointF()} |
Definition at line 635 of file kis_algebra_2d.h.
| VectorPathPoint KisAlgebra2D::VectorPath::Segment::end |
Definition at line 630 of file kis_algebra_2d.h.
| QPointF KisAlgebra2D::VectorPath::Segment::endPoint {QPointF()} |
Definition at line 633 of file kis_algebra_2d.h.
| VectorPathPoint KisAlgebra2D::VectorPath::Segment::start |
Definition at line 629 of file kis_algebra_2d.h.
| QPointF KisAlgebra2D::VectorPath::Segment::startPoint {QPointF()} |
Definition at line 632 of file kis_algebra_2d.h.
| VectorPathPoint::Type KisAlgebra2D::VectorPath::Segment::type {VectorPathPoint::MoveTo} |
Definition at line 637 of file kis_algebra_2d.h.