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