C# 클래스 GeometryClassLibrary.Parallelogram

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

공개 메소드들

메소드 설명
Parallelogram ( Vector>.KeyValuePair pair, Point basePoint = null ) : System.Collections.Generic
Parallelogram ( Vector vector1, Vector vector2, Point basePoint = null ) : System.Collections.Generic

메소드 상세

Parallelogram() 공개 메소드

public Parallelogram ( Vector>.KeyValuePair pair, Point basePoint = null ) : System.Collections.Generic
pair Vector>.KeyValuePair
basePoint Point
리턴 System.Collections.Generic

Parallelogram() 공개 메소드

public Parallelogram ( Vector vector1, Vector vector2, Point basePoint = null ) : System.Collections.Generic
vector1 Vector
vector2 Vector
basePoint Point
리턴 System.Collections.Generic