Blender V2.61 - r43446
|
Public Attributes | |
const char * | name |
const char * | name_plural |
const char * | name_short |
const char * | name_alt |
const char * | name_display |
double | scalar |
double | bias |
int | flag |
double bUnitDef::bias |
int bUnitDef::flag |
Definition at line 88 of file unit.c.
Referenced by unit_best_fit().
const char* bUnitDef::name |
Definition at line 78 of file unit.c.
Referenced by bUnit_AsString(), bUnit_ReplaceString(), bUnit_ToUnitAltName(), unit_best_fit(), unit_find(), and unit_replace().
const char* bUnitDef::name_alt |
Definition at line 81 of file unit.c.
Referenced by bUnit_ToUnitAltName(), unit_find(), and unit_replace().
const char* bUnitDef::name_display |
const char* bUnitDef::name_plural |
Definition at line 79 of file unit.c.
Referenced by unit_find(), and unit_replace().
const char* bUnitDef::name_short |
Definition at line 80 of file unit.c.
Referenced by bUnit_ToUnitAltName(), unit_as_string(), unit_find(), and unit_replace().
double bUnitDef::scalar |
Definition at line 86 of file unit.c.
Referenced by bUnit_BaseScalar(), bUnit_ClosestScalar(), unit_as_string(), unit_best_fit(), unit_dual_convert(), and unit_scale_str().