discrete_element_xset

class granoo3.lib.discrete_element_xset

Bases: granoo3.lib.element_xset

extended version of set with additional features

Methods Summary

closest(arg1, arg2)

get the closest discrete element in a given direction

farthest(arg1, arg2)

get the farthest discrete element in a given direction

max_radius(arg1)

get the highest radius of a whole set

mean_radius(arg1)

compute mean radius of a whole set

min_radius(arg1)

get the lower radius of a whole set

Methods Documentation

closest((discrete_element_xset)arg1, (vector)arg2) discrete_element[STATIC]

get the closest discrete element in a given direction

farthest((discrete_element_xset)arg1, (vector)arg2) discrete_element[STATIC]

get the farthest discrete element in a given direction

max_radius((discrete_element_xset)arg1) float[STATIC]

get the highest radius of a whole set

mean_radius((discrete_element_xset)arg1) float[STATIC]

compute mean radius of a whole set

min_radius((discrete_element_xset)arg1) float[STATIC]

get the lower radius of a whole set