The Gnome Chemistry Utils
0.14.0
|
#include <gcp/bond.h>
Public Attributes | |
double | a |
bool | is_before |
This structure is used for crossing bonds, so that the bond behind the other is partially hidden.
Definition at line 63 of file gcp/bond.h.
double gcp::BondCrossing::a |
The position of the crossing alog the bond: 0 if at start, 1 at end.
Definition at line 67 of file gcp/bond.h.
bool gcp::BondCrossing::is_before |
Whether the bond is above the other or not.
Definition at line 71 of file gcp/bond.h.