|
FlatAnglesOptimizer Constructor (Single)
|
Namespace:
Accord.Math.Geometry
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public FlatAnglesOptimizer(
float maxAngleToKeep
)
Public Sub New (
maxAngleToKeep As Single
)
Request Example
View SourceParameters
- maxAngleToKeep
- Type: SystemSingle
Maximum acceptable angle between two edges of a shape (see MaxAngleToKeep).
See Also