Click or drag to resize
Accord.NET (logo)

FlatAnglesOptimizerMaxAngleToKeep Property

Maximum angle between adjacent edges to keep in a shape, [140, 180].

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float MaxAngleToKeep { get; set; }
Request Example View Source

Property Value

Type: Single
Remarks

The property sets maximum angle between adjacent edges, which is kept during optimization. All edges, which have a greater angle between them, are substituted by a single edge.

Default value is set to 160.

See Also