C# Class GeometryClassLibrary.Parallelogram

Inheritance: Polygon
Show file Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Parallelogram ( Vector>.KeyValuePair pair, Point basePoint = null ) : System.Collections.Generic
Parallelogram ( Vector vector1, Vector vector2, Point basePoint = null ) : System.Collections.Generic

Method Details

Parallelogram() public method

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

Parallelogram() public method

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