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

8c1dd689 8962 f5c8 3b80 a6f833873574

haplokuon edited this page May 6, 2023 · 1 revision

BezierCurveQuadratic Methods

netDxf 3.0.0 Library

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))
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

BezierCurveQuadratic Class
netDxf Namespace

Clone this wiki locally