#include "IWORKPath.h"
#include <cassert>
#include <utility>
#include <boost/bind.hpp>
#include <boost/ref.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/spirit/include/qi.hpp>
#include "libetonyek_utils.h"
#include "IWORKTypes.h"
Classes | |
class | libetonyek::IWORKPath::Element |
An element of path. More... | |
Namespaces | |
libetonyek | |
Functions | |
bool | libetonyek::approxEqual (const IWORKPath &left, const IWORKPath &right, const double eps) |
bool | libetonyek::operator== (const IWORKPath &left, const IWORKPath &right) |
bool | libetonyek::operator!= (const IWORKPath &left, const IWORKPath &right) |
IWORKPath | libetonyek::operator* (const IWORKPath &path, const glm::dmat3 &tr) |
Create a transformed path. More... | |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |