Blender V5.0
IslandResult Struct Reference

Public Attributes

float factor
int index_src
float hit_dist
float hit_point [3]

Detailed Description

Little helper when dealing with source islands

Definition at line 395 of file mesh_remap.cc.

Member Data Documentation

◆ factor

float IslandResult::factor

A factor, based on which best island for a given set of elements will be selected.

Definition at line 397 of file mesh_remap.cc.

Referenced by BKE_mesh_remap_calc_loops_from_mesh().

◆ hit_dist

float IslandResult::hit_dist

The actual hit distance.

Definition at line 401 of file mesh_remap.cc.

Referenced by BKE_mesh_remap_calc_loops_from_mesh().

◆ hit_point

float IslandResult::hit_point[3]

The hit point, if relevant.

Definition at line 403 of file mesh_remap.cc.

Referenced by BKE_mesh_remap_calc_loops_from_mesh().

◆ index_src

int IslandResult::index_src

Index of the source.

Definition at line 399 of file mesh_remap.cc.

Referenced by BKE_mesh_remap_calc_loops_from_mesh().


The documentation for this struct was generated from the following file: