Curve Class |
Namespace: AGI.Foundation.Geometry.Shapes
The Curve type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleSubtended |
Gets the angle subtended by the curve.
| |
| FinalPoint |
Gets the final point of the curve.
| |
| InitialPoint |
Gets the initial point of the curve.
| |
| IsConnected |
Gets a value indicating whether the figure is connected.
(Inherited from Figure.) |
| 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.) | |
| GetPoints |
Provides a collection of points along the curve at the requested granularity.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InterpolateUsingAngleSubtended |
Provides the location of a point on the curve that is at the indicated angle defined
between the InitialPoint and FinalPoint.
| |
| InterpolateUsingFraction |
Provides the location of a point on the curve that is the indicated fraction of the
distance between the InitialPoint and FinalPoint.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |