|
Blender V4.3
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | color [4] |
| int | size |
Definition at line 47 of file DNA_gpencil_legacy_types.h.
| float bGPDcontrolpoint::color[4] |
Point color.
Definition at line 51 of file DNA_gpencil_legacy_types.h.
Referenced by OVERLAY_edit_gpencil_legacy_cache_init().
| int bGPDcontrolpoint::size |
Radius.
Definition at line 53 of file DNA_gpencil_legacy_types.h.
Referenced by OVERLAY_edit_gpencil_legacy_cache_init().
| float bGPDcontrolpoint::x |
X and y coordinates of control point.
Definition at line 49 of file DNA_gpencil_legacy_types.h.
Referenced by OVERLAY_edit_gpencil_legacy_cache_init().
| float bGPDcontrolpoint::y |
Definition at line 49 of file DNA_gpencil_legacy_types.h.
| float bGPDcontrolpoint::z |
Definition at line 49 of file DNA_gpencil_legacy_types.h.