Show / Hide Table of Contents

Interface IPolygonUtils<T>

Represents types that can normalize given polygons.

Namespace: Edgar.Legacy.GeneralAlgorithms.Algorithms.Polygons
Assembly: Edgar.dll
Syntax
public interface IPolygonUtils<T>
Type Parameters
Name Description
T

Methods

NormalizePolygon(T)

Normalizes a given polygon.

Declaration
T NormalizePolygon(T polygon)
Parameters
Type Name Description
T polygon
Returns
Type Description
T
Back to top Generated by DocFX