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

Wraps the data to specify an arc. More...

#include <path.hpp>

Public Member Functions

 arc (float angle, const vec2 &pt)
 

Public Attributes

float m_angle
 
vec2 m_pt
 

Detailed Description

Wraps the data to specify an arc.

Definition at line 707 of file path.hpp.

Constructor & Destructor Documentation

◆ arc()

fastuidraw::Path::arc::arc ( float  angle,
const vec2 pt 
)
inline

Ctor

Parameters
angleangle of arc in radians
ptpoint to which to arc

Definition at line 715 of file path.hpp.

Member Data Documentation

◆ m_angle

float fastuidraw::Path::arc::m_angle

Angle of arc in radians

Definition at line 722 of file path.hpp.

◆ m_pt

vec2 fastuidraw::Path::arc::m_pt

End point of arc

Definition at line 727 of file path.hpp.


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