This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.Geometry.ShapesRightCircularCone
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Top
Top
Right circular cone shape
Inheritance Hierarchy
Mathos.Geometry.ShapesRightCircularCone
Namespace: Mathos.Geometry.Shapes
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The RightCircularCone type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RightCircularCone |
Default constructor
| |
| RightCircularCone(Double, Double) |
Constructor with two doubles, "radius" and "height", to base this cone off of
| |
| RightCircularCone(Circle, Double) |
Constructor with a Circle, "circleBase", and a double, "height", to base this cone off of
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(RightCircularCone) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| 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.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
The equalto operator
| |
| Inequality |
The not-equalto operator
|
Extension Methods
| Name | Description | |
|---|---|---|
| From(Enum) | Overloaded. (Defined by Converter.) | |
| From(Base) | Overloaded. (Defined by Converter.) |
Properties
| Name | Description | |
|---|---|---|
| Diameter |
Gets or sets the Diameter of the right circular cone
| |
| Height |
Gets or sets the height of the right circular cone
| |
| Radius |
Gets or sets the radius of the right circular cone
| |
| SurfaceArea |
Gets the surface area of the right circular cone
| |
| Volume |
Gets the area of the right circular cone
|
See Also