PointOnCurve Structure |
Namespace: AGI.Foundation.Geometry.Shapes
The PointOnCurve type exposes the following members.
Name | Description | |
---|---|---|
![]() | PointOnCurve |
Initializes a new instance.
|
Name | Description | |
---|---|---|
![]() | ArcDistance |
Gets the actual distance along the curve at which this point occurs.
This value is between 0.0 and the AngleSubtended of the curve.
|
![]() | Fraction |
Gets the fractional distance along the curve at which this point occurs.
This value is between 0.0 and 1.0.
|
![]() | Point |
Gets the coordinates of the point on the curve.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(PointOnCurve) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|