|
Blender
V2.59
|
#include <ED_gpencil.h>
Public Attributes | |
| int | x |
| int | y |
| float | pressure |
Definition at line 58 of file ED_gpencil.h.
| float tGPspoint::pressure |
Definition at line 60 of file ED_gpencil.h.
Referenced by gp_stroke_addpoint(), and gp_stroke_newfrombuffer().
| int tGPspoint::x |
Definition at line 59 of file ED_gpencil.h.
Referenced by gp_draw_stroke_buffer(), gp_stroke_addpoint(), gp_stroke_newfrombuffer(), and gp_stroke_smooth().
| int tGPspoint::y |
Definition at line 59 of file ED_gpencil.h.
Referenced by gp_draw_stroke_buffer(), gp_stroke_addpoint(), gp_stroke_newfrombuffer(), and gp_stroke_smooth().