godot/drivers/convex_decomp/b2d_decompose.h
2014-02-09 22:10:30 -03:00

9 lines
192 B
C

#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