This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
9bce4713 0468 9e8a f6c7 80e58ac92079
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represent a bezier curve.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public abstract class BezierCurveVB
Public MustInherit Class BezierCurveC++
public ref class BezierCurve abstractF#
[<AbstractClassAttribute>]
type BezierCurve = class end| Inheritance | Object → BezierCurve |
| Derived |
netDxf.BezierCurveCubic netDxf.BezierCurveQuadratic |
| ControlPoints | Gets the control points. |
| Degree | Gets the bezier curve degree. |
| CalculatePoint | Obtains a point along the curve at parameter t. |
| CalculateTangent | Calculates the tangent vector at parameter t. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |