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
5eeda22e 80b7 4a1c dbec 30d37df44769
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represent a quadratic bezier curve.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class BezierCurveQuadratic : BezierCurveVB
Public Class BezierCurveQuadratic
Inherits BezierCurveC++
public ref class BezierCurveQuadratic : public BezierCurveF#
type BezierCurveQuadratic =
class
inherit BezierCurve
end| Inheritance | Object → BezierCurve → BezierCurveQuadratic |
| BezierCurveQuadratic(IEnumerable(Vector3)) | Initializes a new instance of the BezierCurveQuadratic class. |
| BezierCurveQuadratic(Vector3, Vector3, Vector3) | Initializes a new instance of the BezierCurve class. |
| ControlPoint | Gets or sets the control point. |
| ControlPoints | Gets the control points. (Inherited from BezierCurve) |
| Degree | Gets the bezier curve degree. (Inherited from BezierCurve) |
| EndPoint | Gets or sets the curve end point. |
| StartPoint | Gets or sets the curve start point. |
| CalculatePoint | Obtains a point along the curve at parameter t. (Overrides BezierCurve.CalculatePoint(Double)) |
| CalculateTangent | Calculates the tangent vector at parameter t. (Overrides BezierCurve.CalculateTangent(Double)) |
| 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) |
| PolygonalVertexes | Converts the bezier curve in a list of vertexes. |
| Reverse | Switch the bezier curve direction. |
| Split | Splits the actual bezier curve in two at parameter t. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |