Function TileHandler.CutFunction

CutFunction (refUnsafeSpan<Point64Wrapper> subject, refUnsafeSpan<UnsafeSpan<Point64Wrapper>> contours, refUnsafeSpan<UnsafeSpan<Point64Wrapper>> contoursDual, ref UnsafeList<Vector2Int> outputVertices, ref UnsafeList<int> outputVertexCountPerPolygon, int dual)
Private
delegate bool CutFunction (

refUnsafeSpan<Point64Wrapper>

subject

refUnsafeSpan<UnsafeSpan<Point64Wrapper>>

contours

refUnsafeSpan<UnsafeSpan<Point64Wrapper>>

contoursDual

ref UnsafeList<Vector2Int>

outputVertices

ref UnsafeList<int>

outputVertexCountPerPolygon

int

dual

)