C# Class 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
Inheritance: PlaneRegion
Show file Open project: ParagonTruss/GeometryClassLibrary Class Usage Examples

Protected Properties

Property Type Description
_curveDefinition UnitClassLibrary.DistanceUnit.Distance
_foci IList

Public Methods

Method Description
Ellipse ( ) : System
Ellipse ( IList foci, Distance curveDefinition ) : System

Method Details

Ellipse() public method

public Ellipse ( ) : System
return System

Ellipse() public method

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

Property Details

_curveDefinition protected property

protected Distance,UnitClassLibrary.DistanceUnit _curveDefinition
return UnitClassLibrary.DistanceUnit.Distance

_foci protected property

protected IList _foci
return IList