C# Class GeometryClassLibrary.Square

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

Méthodes publiques

Méthode Description
Square ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit

creates a new square in the XY plane with the given dimesnion as the length and height

Méthodes protégées

Méthode Description
Square ( ) : UnitClassLibrary.DistanceUnit

Null constructor for the benefit of Entity Framework

Method Details

Square() protected méthode

Null constructor for the benefit of Entity Framework
protected Square ( ) : UnitClassLibrary.DistanceUnit
Résultat UnitClassLibrary.DistanceUnit

Square() public méthode

creates a new square in the XY plane with the given dimesnion as the length and height
public Square ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit
passedSideLength UnitClassLibrary.DistanceUnit.Distance
Résultat UnitClassLibrary.DistanceUnit