MCPcopy
hub / github.com/piqnt/planck.js / MaxSeparation

Interface MaxSeparation

src/collision/shape/CollidePolygon.ts:53–56  ·  view source on GitHub ↗

@internal

Source from the content-addressed store, hash-verified

51}
52
53/** @internal */ interface MaxSeparation {
54 maxSeparation: number;
55 bestIndex: number;
56}
57
58/**
59 * Find the max separation between poly1 and poly2 using edge normals from

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected