C# Класс GeometryClassLibrary.EdgeListExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
FixEdgeOrientation ( this edges ) : List
GetAllPoints ( this passedEdges ) : List

Gets a list of all the points in this collection of edges.

Shift ( this passedEdges, Shift passedShift ) : List

Shifts each Edge in the list using the given shift

Описание методов

FixEdgeOrientation() публичный статический Метод

public static FixEdgeOrientation ( this edges ) : List
edges this
Результат List

GetAllPoints() публичный статический Метод

Gets a list of all the points in this collection of edges.
public static GetAllPoints ( this passedEdges ) : List
passedEdges this
Результат List

Shift() публичный статический Метод

Shifts each Edge in the list using the given shift
public static Shift ( this passedEdges, Shift passedShift ) : List
passedEdges this
passedShift Shift
Результат List