Blender V2.61 - r43446
|
#include <BKE_sketch.h>
Public Attributes | |
int | mval [2] |
int | previous_mval [2] |
SK_PType | type |
Definition at line 72 of file BKE_sketch.h.
int SK_DrawData::mval[2] |
Definition at line 74 of file BKE_sketch.h.
Referenced by sk_getStrokeSnapPoint(), sk_initDrawData(), sk_initPoint(), sk_projectDrawPoint(), sk_stroke_filtermval(), sk_updateDrawData(), sk_updateOverdraw(), and sketch_draw_modal().
int SK_DrawData::previous_mval[2] |
Definition at line 75 of file BKE_sketch.h.
Referenced by sk_initDrawData(), sk_stroke_filtermval(), and sk_updateDrawData().
Definition at line 76 of file BKE_sketch.h.
Referenced by sk_getStrokeDrawPoint(), sk_getStrokeSnapPoint(), sk_initDrawData(), and sk_updateDrawData().