Ctrl+K

PolyClipError

Declaration

public sealed enum tainicom.Aether.Physics2D.Common.PolygonManipulation.PolyClipError

Members

Name Value Description
None 0
DegeneratedOutput 1
NonSimpleInput 2
BrokenResult 3

Fields

None static

PolyClipError None = 0

DegeneratedOutput static

PolyClipError DegeneratedOutput = 1

NonSimpleInput static

PolyClipError NonSimpleInput = 2

BrokenResult static

PolyClipError BrokenResult = 3