This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neofx-zoomedit/geometry.h
2007-09-16 20:59:04 +00:00

11 lines
190 B
C

#ifndef GEOMETRY_H_
#define GEOMETRY_H_
#include "Polygon.h"
#include "Rectangle.h"
void simplifyPolygon(const Polygon *in, const Rectangle *rect, Polygon *out);
#endif /*GEOMETRY_H_*/