C# Class GeometryClassLibrary.Pentagon

Inheritance: RegularPolygon
Show file Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Pentagon ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit

Creates a regular Pentagon where all sides are the passed length

Private Methods

Method Description
Pentagon ( ) : UnitClassLibrary.DistanceUnit

Null constructor for the benefit of Entity Framework

Method Details

Pentagon() public method

Creates a regular Pentagon where all sides are the passed length
public Pentagon ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit
passedSideLength UnitClassLibrary.DistanceUnit.Distance
return UnitClassLibrary.DistanceUnit