|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
A 2D triangle defined by three vertices. More...
#include <triangle.h>
Public Member Functions | |
| Triangle () | |
| Default constructor — creates a degenerate triangle at the origin. | |
| Triangle (const QPointF &a, const QPointF &b, const QPointF &c) | |
| Construct a triangle from three vertex points. | |
A 2D triangle defined by three vertices.
Represents a 2D triangle by its three vertex points.
Definition at line 13 of file triangle.h.
|
inline |
Default constructor — creates a degenerate triangle at the origin.
Definition at line 17 of file triangle.h.
|
inline |
Construct a triangle from three vertex points.
| a | First vertex |
| b | Second vertex |
| c | Third vertex |
Definition at line 25 of file triangle.h.