This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
b05200ab 2d9e 839a 5a41 c7c874f78676
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 override Vector3 CalculatePoint(
double t
)VB
Public Overrides Function CalculatePoint (
t As Double
) As Vector3C++
public:
virtual Vector3 CalculatePoint(
double t
) overrideF#
abstract CalculatePoint :
t : float -> Vector3
override CalculatePoint :
t : float -> Vector3 - Double
- Parameter t, between 0.0 and 1.0.
Vector3
A point along the curve.