C# Class GeometryClassLibrary.EdgeListExtensionMethods

Afficher le fichier Open project: ParagonTruss/GeometryClassLibrary

Méthodes publiques

Méthode Description
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

Method Details

FixEdgeOrientation() public static méthode

public static FixEdgeOrientation ( this edges ) : List
edges this
Résultat List

GetAllPoints() public static méthode

Gets a list of all the points in this collection of edges.
public static GetAllPoints ( this passedEdges ) : List
passedEdges this
Résultat List

Shift() public static méthode

Shifts each Edge in the list using the given shift
public static Shift ( this passedEdges, Shift passedShift ) : List
passedEdges this
passedShift Shift
Résultat List