Click or drag to resize

PointOnCurve Structure

Represents a specific point on a Curve.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct PointOnCurve : IEquatable<PointOnCurve>

The PointOnCurve type exposes the following members.

Constructors
  NameDescription
Public methodPointOnCurve
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyArcDistance
Gets the actual distance along the curve at which this point occurs. This value is between 0.0 and the AngleSubtended of the curve.
Public propertyFraction
Gets the fractional distance along the curve at which this point occurs. This value is between 0.0 and 1.0.
Public propertyPoint
Gets the coordinates of the point on the curve.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(PointOnCurve)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also