Wraps the data to specify an arc.
More...
#include <path.hpp>
Wraps the data to specify an arc.
Definition at line 707 of file path.hpp.
◆ arc()
fastuidraw::Path::arc::arc |
( |
float |
angle, |
|
|
const vec2 & |
pt |
|
) |
| |
|
inline |
Ctor
- Parameters
-
angle | angle of arc in radians |
pt | point to which to arc |
Definition at line 715 of file path.hpp.
◆ 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:
- /home/kevin/fastuidraw.krogueintel/inc/fastuidraw/path.hpp