Hermes
|
The file implements the enter-leave functions of the SegmentSP object. More...
Functions | |
void | enter_leave (segmentst[] traj, boxsp box_area, pointst enterpoint, pointst leavepoint) |
The enter leave function finds the points where the object entered or left a specific region. It takes an array of segments and a box as parameters. The function returns two columns one for the enter and one for the leave point. If one of them doesn’t exist then it returns NULL to the corresponding column. More... | |
The file implements the enter-leave functions of the SegmentSP object.
The enter leave function finds the points where the object entered or left a specific region. It takes an array of segments and a box as parameters. The function returns two columns one for the enter and one for the leave point. If one of them doesn’t exist then it returns NULL to the corresponding column.
[in] | traj | the array of segment |
[in] | box | the box |