#include <kis_algebra_2d.h>
Definition at line 589 of file kis_algebra_2d.h.
◆ Type
◆ Type
◆ VectorPathPoint() [1/2]
| KisAlgebra2D::VectorPath::VectorPathPoint::VectorPathPoint |
( |
| ) |
|
|
inline |
◆ VectorPathPoint() [2/2]
| KisAlgebra2D::VectorPath::VectorPathPoint::VectorPathPoint |
( |
Type | _type, |
|
|
QPointF | _endPoint, |
|
|
QPointF | c1 = QPointF(), |
|
|
QPointF | c2 = QPointF() ) |
|
inline |
◆ bezierTo()
| static VectorPathPoint KisAlgebra2D::VectorPath::VectorPathPoint::bezierTo |
( |
QPointF | _endPoint, |
|
|
QPointF | _controlPoint1, |
|
|
QPointF | _controlPoint2 ) |
|
inlinestatic |
◆ lineTo()
| static VectorPathPoint KisAlgebra2D::VectorPath::VectorPathPoint::lineTo |
( |
QPointF | _endPoint | ) |
|
|
inlinestatic |
◆ moveTo()
| static VectorPathPoint KisAlgebra2D::VectorPath::VectorPathPoint::moveTo |
( |
QPointF | _endPoint | ) |
|
|
inlinestatic |
◆ controlPoint1
| QPointF KisAlgebra2D::VectorPath::VectorPathPoint::controlPoint1 {QPointF()} |
◆ controlPoint2
| QPointF KisAlgebra2D::VectorPath::VectorPathPoint::controlPoint2 {QPointF()} |
◆ endPoint
| QPointF KisAlgebra2D::VectorPath::VectorPathPoint::endPoint {QPointF()} |
◆ type
| Type KisAlgebra2D::VectorPath::VectorPathPoint::type {MoveTo} |
The documentation for this struct was generated from the following file: