#include <GA_Parameterization.h>
|
static bool | equalSpace (const UT_MatrixF &data_points, bool wrapped, UT_Vector ¶m, int end_dimension=-1) |
|
static bool | chordLength (const UT_MatrixF &data_points, bool wrapped, UT_Vector ¶m, int end_dimension=-1) |
|
static bool | centripetal (const UT_MatrixF &data_points, bool wrapped, UT_Vector ¶m, int end_dimension=-1) |
|
static bool | approxArcLength (const UT_MatrixF &data_points, bool wrapped, UT_Vector ¶m, int end_dimension=-1) |
|
static int | findClosest (const UT_Vector &parm, fpreal val, int &index, int start_index, int end_index) |
|
Definition at line 23 of file GA_Parameterization.h.
static bool GA_Parameterization::approxArcLength |
( |
const UT_MatrixF & |
data_points, |
|
|
bool |
wrapped, |
|
|
UT_Vector & |
param, |
|
|
int |
end_dimension = -1 |
|
) |
| |
|
static |
static bool GA_Parameterization::centripetal |
( |
const UT_MatrixF & |
data_points, |
|
|
bool |
wrapped, |
|
|
UT_Vector & |
param, |
|
|
int |
end_dimension = -1 |
|
) |
| |
|
static |
static bool GA_Parameterization::chordLength |
( |
const UT_MatrixF & |
data_points, |
|
|
bool |
wrapped, |
|
|
UT_Vector & |
param, |
|
|
int |
end_dimension = -1 |
|
) |
| |
|
static |
static bool GA_Parameterization::equalSpace |
( |
const UT_MatrixF & |
data_points, |
|
|
bool |
wrapped, |
|
|
UT_Vector & |
param, |
|
|
int |
end_dimension = -1 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: