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 411
b861d8ad 5923 68c1 d502 ae5cfbf6dd08
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 Vector3
C++
public:
virtual Vector3 CalculatePoint(
double t
) override
F#
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.