Field IgnoredHalfedgesForPlantingSeeds
Buffer corresponding to Halfedges. true indicates that the halfedge was ignored during planting seed step, false otherwise. Constraint edges to ignore can be set in input using IgnoreConstraintForPlantingSeeds.
Namespace: andywiecko.BurstTriangulator.LowLevel.Unsafe
Assembly: .dll
Syntax
public NativeList<bool> IgnoredHalfedgesForPlantingSeeds
Returns
Type | Description |
---|---|
NativeList<bool> | Buffer corresponding to . true indicates that the halfedge was ignored during planting seed step, false otherwise. Constraint edges to ignore can be set in input using . |