Skip to content

Function: CollideEdgePolygon()

CollideEdgePolygon(manifold, edgeA, xfA, polygonB, xfB): void

This function collides and edge and a polygon, taking into account edge adjacency.

Parameters

manifold

Manifold

edgeA

EdgeShape

xfA

TransformValue

polygonB

PolygonShape

xfB

TransformValue

Returns

void