|
Blender
V2.93
|
Public Attributes | |
| float | factor |
| int | index_src |
| float | hit_dist |
| float | hit_point [3] |
Little helper when dealing with source islands
Definition at line 461 of file mesh_remap.c.
| float IslandResult::factor |
A factor, based on which best island for a given set of elements will be selected.
Definition at line 463 of file mesh_remap.c.
Referenced by BKE_mesh_remap_calc_loops_from_mesh().
| float IslandResult::hit_dist |
The actual hit distance.
Definition at line 467 of file mesh_remap.c.
Referenced by BKE_mesh_remap_calc_loops_from_mesh().
| float IslandResult::hit_point[3] |
The hit point, if relevant.
Definition at line 469 of file mesh_remap.c.
Referenced by BKE_mesh_remap_calc_loops_from_mesh().
| int IslandResult::index_src |
Index of the source.
Definition at line 465 of file mesh_remap.c.
Referenced by BKE_mesh_remap_calc_loops_from_mesh().