graphid.core._rhomb_dist module¶
This is very ibeis-specific, and likely does not belong here.
A Rhombicuboctahedron is used to model viewpoints of an object. It is not general, but it works well in many cases.
References
https://en.wikipedia.org/wiki/Rhombicuboctahedron
- graphid.core._rhomb_dist.RhombicuboctahedronDistanceDemo()[source]¶
CommandLine
python -m graphid.core._rhomb_dist RhombicuboctahedronDistanceDemo --show
Example
>>> # xdoctest: +REQUIRES(module:pygraphviz) >>> from graphid.core._rhomb_dist import * # NOQA >>> from graphid import util >>> RhombicuboctahedronDistanceDemo() >>> util.show_if_requested()