godot/drivers/convex_decomp/b2d_decompose.h

9 lines
192 B
C
Raw Normal View History

2014-02-10 02:10:30 +01:00
#ifndef B2D_DECOMPOSE_H
#define B2D_DECOMPOSE_H
#include "math_2d.h"
#include "vector.h"
Vector< Vector<Vector2> > b2d_decompose(const Vector<Vector2>& p_polygon);
#endif // B2D_DECOMPOSE_H