|
Blender V4.3
|
Public Member Functions | |
| float2 | pos_to_coords (const int2 pos, const float2 center) const |
| int2 | coords_to_pos (const float2 coord, const float2 center) const |
| int | pos_to_index (const int2 pos) const |
Public Attributes | |
| Array< float4 > | colors |
| int | size |
| int | cell_size_px |
| float2 | center |
Definition at line 18 of file grease_pencil_vertex_smear.cc.
|
inline |
Definition at line 36 of file grease_pencil_vertex_smear.cc.
References center, blender::math::floor(), and pos.
Referenced by blender::ed::sculpt_paint::greasepencil::VertexSmearOperation::on_stroke_extended().
|
inline |
Definition at line 29 of file grease_pencil_vertex_smear.cc.
Definition at line 44 of file grease_pencil_vertex_smear.cc.
References pos.
Referenced by blender::ed::sculpt_paint::greasepencil::VertexSmearOperation::on_stroke_extended().
| int blender::ed::sculpt_paint::greasepencil::ColorGrid::cell_size_px |
Definition at line 24 of file grease_pencil_vertex_smear.cc.
| float2 blender::ed::sculpt_paint::greasepencil::ColorGrid::center |
Definition at line 26 of file grease_pencil_vertex_smear.cc.
Referenced by coords_to_pos(), blender::ed::sculpt_paint::greasepencil::VertexSmearOperation::on_stroke_extended(), and pos_to_coords().
Definition at line 20 of file grease_pencil_vertex_smear.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::VertexSmearOperation::on_stroke_extended().
| int blender::ed::sculpt_paint::greasepencil::ColorGrid::size |
Definition at line 22 of file grease_pencil_vertex_smear.cc.