esvg: Ewol SVG parser and renderer 0.7.4
Main Page
Related Pages
Namespaces
Classes
Files
Link-libs
lutin
ewol
echrono
etk
ejson
exml
esvg
egami
gale
ege
elog
ememory
enet
eproperty
esignal
etranslate
zeus
audio-ess
audio
audio-drain
audio-orchestra
audio-river
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
framework
atria-soft
esvg
esvg
render
ElementElliptic.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <
etk/types.hpp
>
9
#include <
etk/math/Vector2D.hpp
>
10
#include <
esvg/render/Element.hpp
>
11
12
namespace
esvg
{
13
namespace
render {
14
class
ElementElliptic
:
public
esvg::render::Element
{
15
public
:
16
float
m_angle;
17
bool
m_largeArcFlag;
18
bool
m_sweepFlag;
19
public
:
20
ElementElliptic
(
bool
_relative,
21
const
vec2
& _radius,
// in m_pos1
22
float
_angle,
23
bool
_largeArcFlag,
24
bool
_sweepFlag,
25
const
vec2
& _pos);
26
public
:
27
virtual
std::string display()
const
;
28
};
29
}
30
}
31
esvg
Main esvg namespace.
Definition:
Base.hpp:24
esvg::render::ElementElliptic
Definition:
ElementElliptic.hpp:14
Vector2D.hpp
types.hpp
esvg::render::Element
Definition:
Element.hpp:26
Element.hpp
etk::Vector2D< float >
Generated on Mon Oct 24 2016 15:35:49 for esvg: Ewol SVG parser and renderer by
1.8.12