Bsoft object

struct Bangletype

Source:

include/rwmd.h

Description:

A structure for an angle type.

Features:

This defines all the properties of an angle type.

Code:

struct Bangletype {
Bangletype* next;
char type1[8]; // Atom type 1
char type2[8]; // Atom type 2
char type3[8]; // Atom type 3
float angle; // Angle
long number; // Number of this type
float std; // Standard deviation of angle
} ;

Other objects included:

struct Bangletype


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home