This structure contains all informations about a body. More...
#include <mbs_infos_struct.h>
Public Attributes | |
| char * | name |
| Name of the body. More... | |
| MbsInfoRefPoint * | point_parent |
| Description of the parent point of the current body. (NULL if it is a parent joint) More... | |
| char * | joint_parent |
| parent joint of the current body (NULL if it is a parent point) More... | |
| int | n_joint |
| Number of joints leaving the body. More... | |
| MbsInfoJoint ** | joint_list |
| Array of pointers to the MDS_joint_strct describing each joint leaving the body. More... | |
| double | mass |
| Mass of the body. More... | |
| double * | com |
| Array with the coordinate (x, y, z) of the center of mass of the body relative to the origin of the body expressed in the body frame. More... | |
| double * | inertia |
| Array with the inertia tensor (Ixx, Ixy, Ixz, Iyy, Iyz, Izz) of the body relative to the center of mass expressed in the body frame. More... | |
| int | n_point |
| Number of point defined on the body. More... | |
| MbsInfoPoint ** | point_list |
| Array of pointers to the MDS_point_strct describing each point of current body. More... | |
This structure contains all informations about a body.
| double* com |
Array with the coordinate (x, y, z) of the center of mass of the body relative to the origin of the body expressed in the body frame.
| double* inertia |
Array with the inertia tensor (Ixx, Ixy, Ixz, Iyy, Iyz, Izz) of the body relative to the center of mass expressed in the body frame.
| MbsInfoJoint** joint_list |
Array of pointers to the MDS_joint_strct describing each joint leaving the body.
| char* joint_parent |
parent joint of the current body (NULL if it is a parent point)
| double mass |
Mass of the body.
| int n_joint |
Number of joints leaving the body.
| int n_point |
Number of point defined on the body.
| char* name |
Name of the body.
| MbsInfoPoint** point_list |
Array of pointers to the MDS_point_strct describing each point of current body.
| MbsInfoRefPoint* point_parent |
Description of the parent point of the current body. (NULL if it is a parent joint)
1.8.17