This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
2cb3911e 86c9 fce0 6111 8439f11f7af0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains a point along the curve at parameter t.
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
- Double
- Parameter t, between 0.0 and 1.0.
Vector3
A point along the curve.