C# Class GeometryClassLibrary.Parallelogram

Inheritance: Polygon
Afficher le fichier Open project: ParagonTruss/GeometryClassLibrary

Méthodes publiques

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

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

Parallelogram() public méthode

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