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

b861d8ad 5923 68c1 d502 ae5cfbf6dd08

haplokuon edited this page May 6, 2023 · 1 revision

CalculatePoint Method

netDxf 3.0.0 Library

Obtains a point along the curve at parameter t.

Definition

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

C#

public override Vector3 CalculatePoint(
	double t
)

VB

Public Overrides Function CalculatePoint ( 
	t As Double
) As Vector3

C++

public:
virtual Vector3 CalculatePoint(
	double t
) override

F#

abstract CalculatePoint : 
        t : float -> Vector3 
override CalculatePoint : 
        t : float -> Vector3 

Parameters

  Double
Parameter t, between 0.0 and 1.0.

Return Value

Vector3
A point along the curve.

See Also

Reference

BezierCurveQuadratic Class
netDxf Namespace

Clone this wiki locally