Definition at line 108 of file QskVertex.h.
|
QSGGeometry::Point2D | p1 |
|
QSGGeometry::Point2D | p2 |
|
|
void | setLine (float x1, float y1, float x2, float y2) noexcept |
|
void | setLine (const QPointF &p1, const QPointF &p2) noexcept |
|
void | setHLine (float x1, float x2, float y) noexcept |
|
void | setVLine (float x, float y1, float y2) noexcept |
|
void | setLine (const QPointF &p1, const QPointF &p2, Color) noexcept |
|
void | setLine (float x1, float y1, float x2, float y2, Color) noexcept |
|
float | x1 () const noexcept |
|
float | y1 () const noexcept |
|
float | x2 () const noexcept |
|
float | y2 () const noexcept |
|
float | dx () const noexcept |
|
float | dy () const noexcept |
|
◆ dx()
float QskVertex::Line::dx |
( |
| ) |
const |
|
inlinenoexcept |
◆ dy()
float QskVertex::Line::dy |
( |
| ) |
const |
|
inlinenoexcept |
◆ setHLine()
void QskVertex::Line::setHLine |
( |
float |
x1, |
|
|
float |
x2, |
|
|
float |
y |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [1/4]
void QskVertex::Line::setLine |
( |
const QPointF & |
p1, |
|
|
const QPointF & |
p2 |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [2/4]
void QskVertex::Line::setLine |
( |
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
Color |
|
|
) |
| |
|
inlinenoexcept |
◆ setLine() [3/4]
void QskVertex::Line::setLine |
( |
float |
x1, |
|
|
float |
y1, |
|
|
float |
x2, |
|
|
float |
y2 |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [4/4]
void QskVertex::Line::setLine |
( |
float |
x1, |
|
|
float |
y1, |
|
|
float |
x2, |
|
|
float |
y2, |
|
|
Color |
|
|
) |
| |
|
inlinenoexcept |
◆ setVLine()
void QskVertex::Line::setVLine |
( |
float |
x, |
|
|
float |
y1, |
|
|
float |
y2 |
|
) |
| |
|
inlinenoexcept |
◆ x1()
float QskVertex::Line::x1 |
( |
| ) |
const |
|
inlinenoexcept |
◆ x2()
float QskVertex::Line::x2 |
( |
| ) |
const |
|
inlinenoexcept |
◆ y1()
float QskVertex::Line::y1 |
( |
| ) |
const |
|
inlinenoexcept |
◆ y2()
float QskVertex::Line::y2 |
( |
| ) |
const |
|
inlinenoexcept |
◆ p1
QSGGeometry::Point2D QskVertex::Line::p1 |
◆ p2
QSGGeometry::Point2D QskVertex::Line::p2 |