Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c4fceab0 f937 046d ff69 c65b22c60161

haplokuon edited this page May 6, 2023 · 1 revision

BezierCurveCubic Class

netDxf 3.0.0 Library

Represent a cubic bezier curve.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class BezierCurveCubic : BezierCurve

VB

Public Class BezierCurveCubic
	Inherits BezierCurve

C++

public ref class BezierCurveCubic : public BezierCurve

F#

type BezierCurveCubic = 
    class
        inherit BezierCurve
    end
Inheritance Object → BezierCurve → BezierCurveCubic

Constructors

BezierCurveCubic(IEnumerable(Vector3)) Initializes a new instance of the BezierCurve class.
BezierCurveCubic(Vector3, Vector3, Vector3, Vector3) Initializes a new instance of the BezierCurve class.

Properties

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.
FirstControlPoint Gets or sets the first control point.
SecondControlPoint Gets or sets the second control point.
StartPoint Gets or sets the curve start point.

Methods

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))
CreateFromFitPoints Generate a list of continuous cubic bezier curves that passes through a set of points.
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)

See Also

Reference

netDxf Namespace

Clone this wiki locally