rename function

This commit is contained in:
Irlan
2018-05-04 21:43:10 -03:00
parent cd535f8c49
commit ba224cda73
2 changed files with 5 additions and 5 deletions

View File

@ -33,8 +33,8 @@ struct b3ClusterPolygonVertex
// Used for contact cluster reduction.
typedef b3Array<b3ClusterPolygonVertex> b3ClusterPolygon;
// Weld a convex polygon such that the polygon normal points to a given direction.
void b3WeldPolygon(b3ClusterPolygon& pOut,
// Sort a convex polygon such that the polygon normal points to a given normal.
void b3SortPolygon(b3ClusterPolygon& pOut,
const b3ClusterPolygon& pIn, const b3Vec3& pNormal);
// Reduce a set of contact points to a quad (approximate convex polygon).