Blender
V3.3
|
Public Attributes | |
struct tSamplePoint * | next |
struct tSamplePoint * | prev |
float | x |
float | y |
float | z |
float | pressure |
float | strength |
float | time |
float | vertex_color [4] |
struct MDeformWeight * | dw |
int | totweight |
Definition at line 3612 of file gpencil_geom.cc.
struct MDeformWeight* tSamplePoint::dw |
Definition at line 3617 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), and new_sample_point_from_gp_point().
struct tSamplePoint* tSamplePoint::next |
Definition at line 3613 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide().
float tSamplePoint::pressure |
Definition at line 3615 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), and new_sample_point_from_gp_point().
struct tSamplePoint * tSamplePoint::prev |
Definition at line 3613 of file gpencil_geom.cc.
float tSamplePoint::strength |
Definition at line 3615 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), and new_sample_point_from_gp_point().
float tSamplePoint::time |
Definition at line 3615 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), and new_sample_point_from_gp_point().
int tSamplePoint::totweight |
Definition at line 3618 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), and new_sample_point_from_gp_point().
float tSamplePoint::vertex_color[4] |
Definition at line 3616 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), and new_sample_point_from_gp_point().
float tSamplePoint::x |
Definition at line 3614 of file gpencil_geom.cc.
Referenced by BKE_gpencil_stroke_uniform_subdivide(), new_sample_edge_from_sample_points(), and new_sample_point_from_gp_point().
float tSamplePoint::y |
Definition at line 3614 of file gpencil_geom.cc.
float tSamplePoint::z |
Definition at line 3614 of file gpencil_geom.cc.