Ellipsoidal Class |
public class Ellipsoidal : ICrossSectionOfLine, IImmutable
The Ellipsoidal type exposes the following members.
| Name | Description | |
|---|---|---|
| Ellipsoidal | Initializes a new instance of the Ellipsoidal class with unit sizes. | |
| Ellipsoidal(Double, Double) | Initializes a new instance of the Ellipsoidal class. |
| Name | Description | |
|---|---|---|
| NumberOfNormals | Gets the number of normals. | |
| NumberOfVertices | Gets the number of vertices. | |
| Size1 | Gets the first size parameter of the cross section. | |
| Size2 | Gets the second size parameter of the cross section. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetMaximalDistanceFromCenter | Gets the maximal distance of the cross section from its center. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsVertexSharp | Determines whether the vertex at the specified index is sharp. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Normals | Returns the normal at the specified index. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Vertices | Returns the vertex at the specified index. | |
| WithSize | Returns a copy of the cross section with the specified sizes. | |
| WithSize1 | Returns a copy of the cross section with the specified first size. | |
| WithSize2 | Returns a copy of the cross section with the specified second size. |