Recti 1.2.4
Loading...
Searching...
No Matches
Namespaces | Functions
to_polygon.hpp File Reference

Conversion function from RPolygon to general Polygon. More...

#include <vector>
#include "polygon.hpp"
#include "rpolygon.hpp"
Include dependency graph for to_polygon.hpp:

Go to the source code of this file.

Namespaces

namespace  recti
 

Functions

template<typename T >
constexpr auto recti::to_polygon (const RPolygon< T > &rpoly) -> Polygon< T >
 Converts a rectilinear polygon to a general polygon.
 

Detailed Description

Conversion function from RPolygon to general Polygon.