C# 클래스 GeometryClassLibrary.Ellipse

"An ellipse is a curve on a plane surrounding two focal points such that a straight line drawn from one of the focal points to any point on the curve and then back to the other focal point has the same length for every point on the curve." - Wikipedia
상속: PlaneRegion
파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_curveDefinition UnitClassLibrary.DistanceUnit.Distance
_foci IList

공개 메소드들

메소드 설명
Ellipse ( ) : System
Ellipse ( IList foci, Distance curveDefinition ) : System

메소드 상세

Ellipse() 공개 메소드

public Ellipse ( ) : System
리턴 System

Ellipse() 공개 메소드

public Ellipse ( IList foci, Distance curveDefinition ) : System
foci IList
curveDefinition UnitClassLibrary.DistanceUnit.Distance
리턴 System

프로퍼티 상세

_curveDefinition 보호되어 있는 프로퍼티

protected Distance,UnitClassLibrary.DistanceUnit _curveDefinition
리턴 UnitClassLibrary.DistanceUnit.Distance

_foci 보호되어 있는 프로퍼티

protected IList _foci
리턴 IList