Horizon
clipper_util.hpp
1#pragma once
2#include "clipper/clipper.hpp"
3
4namespace horizon {
5ClipperLib::Path transform_path(const class Placement &transform, const ClipperLib::Path &path);
6}
_t< detail::transform_< list< Args... > > > transform
Return a new meta::list constructed by transforming all the elements in L with the unary invocable Fn...
Definition: meta.hpp:1855