C# Class GeometryClassLibrary.RegularPentagon

Inheritance: RegularPolygon
ファイルを表示 Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
RegularPentagon ( Dimension passedSideLength ) : System

Creates a regular Pentagon where all sides are the passed length

Method Details

RegularPentagon() public method

Creates a regular Pentagon where all sides are the passed length
public RegularPentagon ( Dimension passedSideLength ) : System
passedSideLength Dimension
return System