Blender V2.61 - r43446
|
#include <DNA_gpencil_types.h>
Public Attributes | |
float | x |
float | y |
float | z |
float | pressure |
Definition at line 41 of file DNA_gpencil_types.h.
float bGPDspoint::pressure |
Definition at line 43 of file DNA_gpencil_types.h.
Referenced by gp_draw_stroke(), gp_stroke_addpoint(), gp_stroke_newfrombuffer(), gp_stroke_to_bezier(), and gp_stroke_to_path().
float bGPDspoint::x |
Definition at line 42 of file DNA_gpencil_types.h.
Referenced by draw_distortion(), gp_draw_stroke(), gp_draw_stroke_point(), gp_stroke_addpoint(), gp_stroke_eraser_dostroke(), gp_stroke_newfrombuffer(), and gp_strokepoint_convertcoords().
float bGPDspoint::y |
Definition at line 42 of file DNA_gpencil_types.h.
Referenced by draw_distortion(), gp_draw_stroke(), gp_draw_stroke_point(), gp_stroke_eraser_dostroke(), and gp_strokepoint_convertcoords().
float bGPDspoint::z |
Definition at line 42 of file DNA_gpencil_types.h.