Bsoft object
struct Bangle
Source:
include/rwmolecule.h
Description:
All angles defined for a molecule group.
Features:
The angle between two bonds are defined by the three connected atoms.
The structure also holds reference angle length and strength properties.
Code:
struct Bangle {
Bangle* next;
// Next angle in linked list
Batom* atom1;
// First atom
Batom* atom2;
// Second atom
Batom* atom3;
// Third atom
float a;
// Reference angle
float k;
// Angle strength
} ;
Other objects included:
struct Bangle
struct Batom
Generated by bdoc.pl on Wed May 9 11:41:56 2012
Back to the Bsoft home