Class SampledArcLengthParam
Inheritance
SampledArcLengthParam
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class SampledArcLengthParam : IArcLengthParam
Constructors
SampledArcLengthParam(IEnumerable<Vector3d>, Int32)
Declaration
public SampledArcLengthParam(IEnumerable<Vector3d> samples, int nCountHint = -1)
Parameters
Properties
ArcLength
Declaration
public double ArcLength { get; }
Property Value
Methods
Sample(Double)
Declaration
public CurveSample Sample(double f)
Parameters
Type |
Name |
Description |
Double |
f |
|
Returns
tangent(Int32)
Declaration
protected Vector3d tangent(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns
Implements