C# Class GeometryClassLibrary.Square

Inheritance: RegularPolygon
Show file Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Square ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit

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

Protected Methods

Method Description
Square ( ) : UnitClassLibrary.DistanceUnit

Null constructor for the benefit of Entity Framework

Method Details

Square() protected method

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

Square() public method

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
return UnitClassLibrary.DistanceUnit