Rigid Body Dynamics Library
|
#include <luastructs.h>
Public Member Functions | |
HumanMetaData () | |
Data Fields | |
std::string | gender |
std::string | age_group |
double | age |
double | height |
double | mass |
Generic data about a human subject.
gender | "male" or "female" |
age | in years |
age_group | : "Young18To25" / "Middle55to65" / "SeniorOver65" |
height | in meters |
mass | in kilograms |
Definition at line 127 of file luastructs.h.
|
inline |
Definition at line 128 of file luastructs.h.
double age |
Definition at line 137 of file luastructs.h.
std::string age_group |
Definition at line 136 of file luastructs.h.
std::string gender |
Definition at line 135 of file luastructs.h.
double height |
Definition at line 138 of file luastructs.h.
double mass |
Definition at line 139 of file luastructs.h.