structure containing data for the body 'my_body'
More...
Public Attributes | |
my_body | bodyname |
name of the body, here : 'my_body' More... | |
my_body | parent |
{bodyname pointname} a cell-array containing the name of the parent body and the name of the anchor point on the parent body. More... | |
my_body | joints |
structure containing all the joints connecting this body to its parent. joints are stored in structures as my_joint More... | |
my_body | mass |
mass of the body More... | |
my_body | com |
the 3 coordinates of the body center of mass More... | |
my_body | inertia |
the 9 components of the inertia tensor More... | |
my_body | points |
list containing a point structure for each anchor points defined in the body 'my_body'. See my_point for an example. More... | |
my_body | wheel |
wheel_struct with information about the wheel (if this body is a wheel) More... | |
my_body | id |
body index More... | |
my_body | idreal |
body number (idreal < id) More... | |
structure containing data for the body 'my_body'
my_body bodyname |
name of the body, here : 'my_body'
my_body com |
the 3 coordinates of the body center of mass
my_body id |
body index
my_body idreal |
body number (idreal < id)
my_body inertia |
the 9 components of the inertia tensor
my_body joints |
structure containing all the joints connecting this body to its parent. joints are stored in structures as my_joint
my_body mass |
mass of the body
my_body parent |
{bodyname pointname} a cell-array containing the name of the parent body and the name of the anchor point on the parent body.
my_body points |
list containing a point structure for each anchor points defined in the body 'my_body'. See my_point for an example.
my_body wheel |
wheel_struct with information about the wheel (if this body is a wheel)