Share

AcGeKnotVector::AcGeKnotVector

C++

GE_DLLEXPIMPORT AcGeKnotVector(
    int size, 
    const double[], 
    double eps = globalKnotTolerance
);

Description

Creates a new knot vector from an array of doubles.

Parameters

Parameters Description
size Input size of allocation for sequence
eps Equal knot tolerance
unnamed1 Input array representing the knot vector

Links

AcGeKnotVector

Was this information helpful?