FastUIDraw
Public Member Functions | Public Attributes | List of all members
fastuidraw::Path::contour_start Class Reference

Indicates to end the existing contour with adding a closing edge of the contour and start a new contour. More...

#include <path.hpp>

Public Member Functions

 contour_start (const vec2 &pt)
 
 contour_start (float x, float y)
 

Public Attributes

vec2 m_pt
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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.

Member Data Documentation

◆ 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: