Rigid Body Dynamics Library
HumanMetaData Struct Reference

#include <luastructs.h>

Public Member Functions

 HumanMetaData ()
 

Data Fields

std::string gender
 
std::string age_group
 
double age
 
double height
 
double mass
 

Detailed Description

Generic data about a human subject.

Parameters
gender"male" or "female"
agein years
age_group: "Young18To25" / "Middle55to65" / "SeniorOver65"
heightin meters
massin kilograms

Definition at line 127 of file luastructs.h.

Constructor & Destructor Documentation

◆ HumanMetaData()

HumanMetaData ( )
inline

Definition at line 128 of file luastructs.h.

Field Documentation

◆ age

double age

Definition at line 137 of file luastructs.h.

◆ age_group

std::string age_group

Definition at line 136 of file luastructs.h.

◆ gender

std::string gender

Definition at line 135 of file luastructs.h.

◆ height

double height

Definition at line 138 of file luastructs.h.

◆ mass

double mass

Definition at line 139 of file luastructs.h.


The documentation for this struct was generated from the following file: