Indicates to end the existing contour with adding a closing edge of the contour and start a new contour.
More...
#include <path.hpp>
Indicates to end the existing contour with adding a closing edge of the contour and start a new contour.
Definition at line 751 of file path.hpp.
◆ contour_start() [1/2]
fastuidraw::Path::contour_start::contour_start |
( |
const vec2 & |
pt | ) |
|
|
inlineexplicit |
Ctor to indicate to start a new contour without closing the previous contour.
Definition at line 759 of file path.hpp.
◆ contour_start() [2/2]
fastuidraw::Path::contour_start::contour_start |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
|
inlineexplicit |
Ctor to indicate to start a new contour without closing the previous contour.
Definition at line 768 of file path.hpp.
◆ m_pt
vec2 fastuidraw::Path::contour_start::m_pt |
Location of start of new contour.
Definition at line 775 of file path.hpp.
The documentation for this class was generated from the following file:
- /home/kevin/fastuidraw.krogueintel/inc/fastuidraw/path.hpp