C# 클래스 GeometryClassLibrary.Rectangle

상속: Polygon
파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Rectangle ( Distance length, Distance width, Point basePoint = null ) : UnitClassLibrary.DistanceUnit

Creates a Rectangle in the XY Plane, with one corner at the origin, and the specified length, width.

Rectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal = null ) : UnitClassLibrary.DistanceUnit

비공개 메소드들

메소드 설명
_makeRectangle ( Distance length, Distance width, Point basePoint = null ) : Polygon
_makeRectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal ) : Polygon

메소드 상세

Rectangle() 공개 메소드

Creates a Rectangle in the XY Plane, with one corner at the origin, and the specified length, width.
public Rectangle ( Distance length, Distance width, Point basePoint = null ) : UnitClassLibrary.DistanceUnit
length UnitClassLibrary.DistanceUnit.Distance
width UnitClassLibrary.DistanceUnit.Distance
basePoint Point
리턴 UnitClassLibrary.DistanceUnit

Rectangle() 공개 메소드

public Rectangle ( Vector baseSegment, Distance height, Direction referencePlaneNormal = null ) : UnitClassLibrary.DistanceUnit
baseSegment Vector
height UnitClassLibrary.DistanceUnit.Distance
referencePlaneNormal Direction
리턴 UnitClassLibrary.DistanceUnit