Structure to store information on a target type such as its physical size and its mass and center of mass.
Name |
Data type |
Description |
---|---|---|
sName |
STRING[80] |
A string used to describe the target type. |
etType |
ET_TargetType |
The type id linked to the target type. |
etShape |
ET_GeometricShape |
Geometric shape of the target type. |
lrLength |
LREAL |
Physical length of the target type. |
lrWidth |
LREAL |
Physical width of the target type. |
lrHeight |
LREAL |
Physical height of the target type. |
lrMass |
LREAL |
Mass of the target type. |
stCenterOfMass |
Center of mass of the target type. |