This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.Geometry.ShapesEllipse
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Top
Elliptical shape
Inheritance Hierarchy
Mathos.Geometry.ShapesEllipse
Namespace: Mathos.Geometry.Shapes
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The Ellipse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Ellipse |
Default constructor
|
![]() | Ellipse(Double, Double) |
Constructor with a "majoraxis" and a "minoraxis"
|
Methods
Name | Description | |
---|---|---|
![]() | Eccentricity | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Focus | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | From(Enum) | Overloaded. (Defined by Converter.) |
![]() | From(Base) | Overloaded. (Defined by Converter.) |
Properties
Name | Description | |
---|---|---|
![]() | Area |
Gets the area of the ellipse
|
![]() | MajorAxis |
Gets or sets the "_majoraxis"
|
![]() | MajorSemiAxis |
Gets the "_majoraxis"'s semi axis
|
![]() | MinorAxis |
Gets or sets the "_minoraxis"
|
![]() | MinorSemiAxis |
Gets the "_minoraxis"'s semi axis
|
![]() | Perimeter |
Circumference - Ramanujan's approach
|
See Also