#include <GB_Parameterization.h>

Public Member Functions | |
| int | equalSpace (const UT_Matrix &dataPts, int wrapped, UT_Vector ¶m, int endDim=-1) |
| int | chordLength (const UT_Matrix &dataPts, int wrapped, UT_Vector ¶m, int endDim=-1) |
| int | centripetal (const UT_Matrix &dataPts, int wrapped, UT_Vector ¶m, int endDim=-1) |
| int | approxArcLength (const UT_Matrix &dataPts, int wrapped, UT_Vector ¶m, int endDim=-1) |
| int | findClosest (const UT_Vector &parm, fpreal val, int &idx, int startIdx, int endIdx) |
Definition at line 36 of file GB_Parameterization.h.
| int GB_Parameterization::approxArcLength | ( | const UT_Matrix & | dataPts, | |
| int | wrapped, | |||
| UT_Vector & | param, | |||
| int | endDim = -1 | |||
| ) |
| int GB_Parameterization::centripetal | ( | const UT_Matrix & | dataPts, | |
| int | wrapped, | |||
| UT_Vector & | param, | |||
| int | endDim = -1 | |||
| ) |
| int GB_Parameterization::chordLength | ( | const UT_Matrix & | dataPts, | |
| int | wrapped, | |||
| UT_Vector & | param, | |||
| int | endDim = -1 | |||
| ) |
| int GB_Parameterization::equalSpace | ( | const UT_Matrix & | dataPts, | |
| int | wrapped, | |||
| UT_Vector & | param, | |||
| int | endDim = -1 | |||
| ) |
| int GB_Parameterization::findClosest | ( | const UT_Vector & | parm, | |
| fpreal | val, | |||
| int & | idx, | |||
| int | startIdx, | |||
| int | endIdx | |||
| ) |
1.5.9