NET_SDK_IVE_TGT_INFO_T¶
Structure Definition¶
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 | |
Function Description¶
Target trajectory information.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| targetId | unsigned int | Target ID. |
| point | NET_SDK_IVE_POINT_T | The coordinates of the center point of the current position. |
| rect | NET_SDK_IVE_RECT_T | Target outline rectangle. |
| velocity | unsigned int | Speed. |
| direction | unsigned int | Direction. |
| traject | NET_SDK_IVE_TRAJECT_T | Trajectory. |