This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoomedit/geometry.h

12 lines
190 B
C
Raw Normal View History

#ifndef GEOMETRY_H_
#define GEOMETRY_H_
2007-09-16 19:06:02 +00:00
#include "Polygon.h"
2007-09-16 20:59:04 +00:00
#include "Rectangle.h"
2007-09-16 20:59:04 +00:00
void simplifyPolygon(const Polygon *in, const Rectangle *rect, Polygon *out);
#endif /*GEOMETRY_H_*/