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

Tag class to mark the close of an contour with an arc. More...

#include <path.hpp>

Public Member Functions

 contour_close_arc (float angle)
 

Public Attributes

float m_angle
 

Detailed Description

Tag class to mark the close of an contour with an arc.

Definition at line 782 of file path.hpp.

Constructor & Destructor Documentation

◆ contour_close_arc()

fastuidraw::Path::contour_close_arc::contour_close_arc ( float  angle)
inlineexplicit

Ctor

Parameters
angleangle of arc in radians

Definition at line 790 of file path.hpp.

Member Data Documentation

◆ m_angle

float fastuidraw::Path::contour_close_arc::m_angle

Angle of arc in radians

Definition at line 797 of file path.hpp.


The documentation for this class was generated from the following file: