#include <GEO_Parameterization.h>
|
static bool | doMesh (const GA_Detail &detail, const GA_OffsetMatrix &data_mesh, bool u_wrapped, bool v_wrapped, GA_ParameterizationType u_type, GA_ParameterizationType v_type, UT_Vector &u_param, UT_Vector &v_param) |
|
static bool | doMeshU (const GA_Detail &detail, const GA_OffsetMatrix &data_mesh, bool u_wrapped, GA_ParameterizationType u_type, UT_Vector &u_param) |
|
static bool | doMeshV (const GA_Detail &detail, const GA_OffsetMatrix &data_mesh, bool v_wrapped, GA_ParameterizationType v_type, UT_Vector &v_param) |
|
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 22 of file GEO_Parameterization.h.
The documentation for this class was generated from the following file: