C# 클래스 GeometryClassLibrary.EdgeListExtensionMethods

파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary

공개 메소드들

메소드 설명
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