C# 클래스 GeometryClassLibrary.Square

상속: RegularPolygon
파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary

공개 메소드들

메소드 설명
Square ( Distance passedSideLength ) : UnitClassLibrary.DistanceUnit

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

보호된 메소드들

메소드 설명
Square ( ) : UnitClassLibrary.DistanceUnit

Null constructor for the benefit of Entity Framework

메소드 상세

Square() 보호된 메소드

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

Square() 공개 메소드

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
리턴 UnitClassLibrary.DistanceUnit