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