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

2cb3911e 86c9 fce0 6111 8439f11f7af0

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 abstract Vector3 CalculatePoint(
	double t
)

VB

Public MustOverride Function CalculatePoint ( 
	t As Double
) As Vector3

C++

public:
virtual Vector3 CalculatePoint(
	double t
) abstract

F#

abstract 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

BezierCurve Class
netDxf Namespace

Clone this wiki locally