Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/bmesh_tools.h
| Context not available. | |||||
| #include "tools/bmesh_path.h" | #include "tools/bmesh_path.h" | ||||
| #include "tools/bmesh_triangulate.h" | #include "tools/bmesh_triangulate.h" | ||||
| /* Calculates connectivity distances from selected vertices | |||||
| * - dists array must accomodate for bm->totvert vertices | |||||
| * - transform_mtx is the matrix to transform the object -- if scale is changed, edge lengths will change... | |||||
| * (e. g. inverse of Object->obmat) */ | |||||
| void BM_calc_connectivity_distance(BMesh *bm, float transform_mtx[3][3], float *dists); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||