An element of path.
More...
libetonyek::IWORKPath::Element::~Element |
( |
| ) |
|
|
pure virtual |
virtual bool libetonyek::IWORKPath::Element::approxEqualsTo |
( |
const Element * |
other, |
|
|
double |
eps |
|
) |
| const |
|
pure virtual |
Test whether this element is equal to other.
- Note
- Because all implementations of this interface are directly derived from it (i.e., thay have no subclasses), it is enough to check if
other
has a compatible type, not that this
and other
have the same type (which would require double dispatch).
- Returns
- true if
this
and other
are equal.
Referenced by libetonyek::approxEqual().
virtual Element* libetonyek::IWORKPath::Element::clone |
( |
| ) |
const |
|
pure virtual |
virtual librevenge::RVNGPropertyList libetonyek::IWORKPath::Element::toWPG |
( |
| ) |
const |
|
pure virtual |
Create WPG representation of this path element.
virtual void libetonyek::IWORKPath::Element::transform |
( |
const glm::dmat3 & |
tr | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: