File containing the implementation of the Trajectory data type.
More...
The function returns the euclidean distance between the last points of the trajectories.
- Parameters
-
| [in] | trajectoryA | The first trajectory |
| [in] | trajectoryB | The second trajectory |
- Returns
- distance between the last points of the trajectories
- See also
- Euclidean distance measure
The function returns the euclidean distance between the first points of the trajectories.
- Parameters
-
| [in] | trajectoryA | The first trajectory |
| [in] | trajectoryB | The second trajectory |
| [out] | result | The result |
- Returns
- the distance between the first points of the trajectories
- See also
- Euclidean distance measure
The function returns the average euclidean distance between the first and last points of the trajectories.
- Parameters
-
| [in] | trajectoryA | The first trajectory |
| [in] | trajectoryB | The second trajectory |
- Returns
- the average euclidean distance between the first and last points of the trajectories
- See also
- Euclidean distance measure