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
84e4383d 18c2 0327 f7db d949fcbd0681
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByTime(System.Int32,System.Double[]@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3[] SubdivideByTime(
int numPoints,
out double[] ts
)
VB
Public Function SubdivideByTime (
numPoints As Integer,
<OutAttribute> ByRef ts As Double()
) As Vector3()
C++
public:
array<Vector3>^ SubdivideByTime(
int numPoints,
[OutAttribute] array<double>^% ts
)
F#
member SubdivideByTime :
numPoints : int *
ts : float[] byref -> Vector3[]
- Int32
- \[Missing <param name="numPoints"/> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByTime(System.Int32,System.Double[]@)"\]
- Double[]
- \[Missing <param name="ts"/> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByTime(System.Int32,System.Double[]@)"\]
Vector3[]
[Missing <returns> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByTime(System.Int32,System.Double[]@)"]