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
ce5d7252 e181 14ad 4759 56acdd47c8f0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.ParametricCurve.Evaluate(System.Double,System.Int32,netDxf.Vector3[]@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public abstract void Evaluate(
double t,
int order,
out Vector3[] jet
)
VB
Public MustOverride Sub Evaluate (
t As Double,
order As Integer,
<OutAttribute> ByRef jet As Vector3()
)
C++
public:
virtual void Evaluate(
double t,
int order,
[OutAttribute] array<Vector3>^% jet
) abstract
F#
abstract Evaluate :
t : float *
order : int *
jet : Vector3[] byref -> unit
- Double
- \[Missing <param name="t"/> documentation for "M:netDxf.GTE.ParametricCurve.Evaluate(System.Double,System.Int32,netDxf.Vector3[]@)"\]
- Int32
- \[Missing <param name="order"/> documentation for "M:netDxf.GTE.ParametricCurve.Evaluate(System.Double,System.Int32,netDxf.Vector3[]@)"\]
- Vector3[]
- \[Missing <param name="jet"/> documentation for "M:netDxf.GTE.ParametricCurve.Evaluate(System.Double,System.Int32,netDxf.Vector3[]@)"\]