Blender V2.61 - r43446
|
#include <BKE_bmesh.h>
Public Attributes | |
BME_Mesh * | bm |
BME_Vert * | v |
float | co [3] |
float | org [3] |
float | vec [3] |
void * | loc |
float | factor |
float | weight |
float | maxfactor |
float * | max |
Definition at line 211 of file BKE_bmesh.h.
Definition at line 212 of file BKE_bmesh.h.
Referenced by BME_assign_transdata().
float BME_TransData::co[3] |
Definition at line 214 of file BKE_bmesh.h.
Referenced by BME_assign_transdata().
float BME_TransData::factor |
Definition at line 218 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), BME_bevel(), BME_bevel_add_vweight(), BME_bevel_poly(), BME_bevel_set_max(), and BME_bevel_split_edge().
void* BME_TransData::loc |
Definition at line 217 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), BME_bevel_poly(), BME_bevel_set_max(), BME_bevel_split_edge(), and BME_bmesh_to_editmesh().
float* BME_TransData::max |
Definition at line 222 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), BME_bevel(), BME_bevel_poly(), BME_bevel_set_max(), and BME_bevel_split_edge().
float BME_TransData::maxfactor |
Definition at line 221 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), and BME_bevel_split_edge().
float BME_TransData::org[3] |
Definition at line 215 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), BME_bevel(), BME_bevel_get_vec(), and BME_bevel_split_edge().
Definition at line 213 of file BKE_bmesh.h.
Referenced by BME_assign_transdata().
float BME_TransData::vec[3] |
Definition at line 216 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), BME_bevel(), BME_bevel_poly(), and BME_bevel_set_max().
float BME_TransData::weight |
Definition at line 219 of file BKE_bmesh.h.
Referenced by BME_assign_transdata(), BME_bevel_add_vweight(), and BME_bevel_split_edge().