Click or drag to resize
Accord.NET (logo)

FlatAnglesOptimizer Constructor (Single)

Initializes a new instance of the FlatAnglesOptimizer class.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public FlatAnglesOptimizer(
	float maxAngleToKeep
)
Request Example View Source

Parameters

maxAngleToKeep
Type: SystemSingle
Maximum acceptable angle between two edges of a shape (see MaxAngleToKeep).
See Also