Blender V2.61 - r43446
|
#include <BKE_sketch.h>
Public Attributes | |
struct SK_Intersection * | next |
struct SK_Intersection * | prev |
SK_Stroke * | stroke |
int | before |
int | after |
int | gesture_index |
float | p [3] |
float | lambda |
Definition at line 79 of file BKE_sketch.h.
Definition at line 84 of file BKE_sketch.h.
Referenced by sk_applyCommandGesture(), sk_applyCutGesture(), sk_applyMergeGesture(), sk_applyTrimGesture(), sk_detectMergeGesture(), sk_getIntersections(), and sk_getSelfIntersections().
Definition at line 83 of file BKE_sketch.h.
Referenced by cmpIntersections(), sk_applyCommandGesture(), sk_applyCutGesture(), sk_applyMergeGesture(), sk_applyTrimGesture(), sk_detectMergeGesture(), sk_getIntersections(), and sk_getSelfIntersections().
Definition at line 85 of file BKE_sketch.h.
Referenced by sk_detectCommandGesture(), sk_detectReverseGesture(), sk_getIntersections(), and sk_getSelfIntersections().
float SK_Intersection::lambda |
Definition at line 87 of file BKE_sketch.h.
Referenced by cmpIntersections(), and sk_getIntersections().
struct SK_Intersection* SK_Intersection::next |
Definition at line 81 of file BKE_sketch.h.
Referenced by sk_applyCommandGesture(), sk_applyCutGesture(), sk_applyDeleteGesture(), sk_applyMergeGesture(), sk_applyReverseGesture(), sk_applyTrimGesture(), sk_detectCommandGesture(), sk_detectMergeGesture(), and sk_detectReverseGesture().
float SK_Intersection::p[3] |
Definition at line 86 of file BKE_sketch.h.
Referenced by sk_applyCommandGesture(), sk_applyCutGesture(), sk_applyTrimGesture(), sk_detectReverseGesture(), sk_getIntersections(), and sk_getSelfIntersections().
struct SK_Intersection * SK_Intersection::prev |
Definition at line 81 of file BKE_sketch.h.
Definition at line 82 of file BKE_sketch.h.
Referenced by cmpIntersections(), sk_applyCommandGesture(), sk_applyCutGesture(), sk_applyDeleteGesture(), sk_applyMergeGesture(), sk_applyReverseGesture(), sk_applyTrimGesture(), sk_detectCommandGesture(), sk_detectMergeGesture(), sk_detectReverseGesture(), sk_getIntersections(), and sk_getSelfIntersections().