C# Class GeometryClassLibrary.EquilateralTriangle

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

Public Methods

Method Description
EquilateralTriangle ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit

Creates an equilateral triangle with the side the length of the passed in Distance

Private Methods

Method Description
EquilateralTriangle ( ) : UnitClassLibrary.DistanceUnit

Null constructor for the benefit of Entity Framework

Method Details

EquilateralTriangle() public method

Creates an equilateral triangle with the side the length of the passed in Distance
public EquilateralTriangle ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit
passedSideLength UnitClassLibrary.DistanceUnit.Distance
return UnitClassLibrary.DistanceUnit