Blender V2.61 - r43446
|
#include <BKE_sketch.h>
Public Attributes | |
float | p [3] |
short | p2d [2] |
float | no [3] |
float | size |
SK_PType | type |
SK_PMode | mode |
Definition at line 41 of file BKE_sketch.h.
Definition at line 48 of file BKE_sketch.h.
Referenced by sk_addStrokeSnapPoint(), sk_applyCutGesture(), sk_applyTrimGesture(), sk_drawSketch(), sk_getStrokeDrawPoint(), sk_getStrokeSnapPoint(), and sk_straightenStroke().
float SK_Point::no[3] |
Definition at line 45 of file BKE_sketch.h.
Referenced by headPoint(), setIteratorValues(), sk_applyCutGesture(), sk_applyTrimGesture(), sk_convertStroke(), sk_drawNormal(), sk_flattenStroke(), sk_initPoint(), sk_pointToNode(), sk_straightenStroke(), sk_strokeToArc(), and tailPoint().
float SK_Point::p[3] |
Definition at line 43 of file BKE_sketch.h.
Referenced by headPoint(), setIteratorValues(), sk_addStrokeSnapPoint(), sk_applyCutGesture(), sk_applyTrimGesture(), sk_convertStroke(), sk_detectDeleteGesture(), sk_detectMergeGesture(), sk_detectReverseGesture(), sk_detectTrimGesture(), sk_drawEdge(), sk_drawPoint(), sk_flattenStroke(), sk_getIntersections(), sk_getSegments(), sk_getSelfIntersections(), sk_getStrokeDrawPoint(), sk_getStrokePoint(), sk_getStrokeSnapPoint(), sk_interpolateDepth(), sk_pointToNode(), sk_projectDrawPoint(), sk_snapPointStroke(), sk_straightenStroke(), sk_strokeToArc(), sk_updateNextPoint(), and tailPoint().
short SK_Point::p2d[2] |
Definition at line 44 of file BKE_sketch.h.
Referenced by sk_filterStroke(), and sk_initPoint().
float SK_Point::size |
Definition at line 46 of file BKE_sketch.h.
Referenced by headPoint(), setIteratorValues(), sk_clampPointSize(), sk_getStrokeSnapPoint(), and tailPoint().
Definition at line 47 of file BKE_sketch.h.
Referenced by sk_addStrokeSnapPoint(), sk_applyCutGesture(), sk_applyMergeGesture(), sk_applyTrimGesture(), sk_convertStroke(), sk_detectMergeGesture(), sk_drawStroke(), sk_drawStrokeSubdivision(), sk_endContinuousStroke(), sk_endOverdraw(), sk_filterLastContinuousStroke(), sk_getSegments(), sk_getStrokeDrawPoint(), sk_getStrokeSnapPoint(), sk_polygonizeStroke(), sk_snapPointStroke(), and sk_straightenStroke().