mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_Math: instantiate closest_distance_between_line_and_point_squared
This commit is contained in:
parent
900d6c4a2e
commit
7897494d74
@ -457,4 +457,4 @@ template bool Vector2<long>::operator ==(const Vector2<long> &v) const;
|
||||
template bool Vector2<long>::operator !=(const Vector2<long> &v) const;
|
||||
template bool Vector2<int>::operator ==(const Vector2<int> &v) const;
|
||||
template bool Vector2<int>::operator !=(const Vector2<int> &v) const;
|
||||
template int Vector2<int>::closest_distance_between_line_and_point_squared(Vector2<int> const&, Vector2<int> const&, Vector2<int> const&);
|
||||
template int32_t Vector2l::closest_distance_between_line_and_point_squared(Vector2l const&, Vector2l const&, Vector2l const&);
|
||||
|
Loading…
Reference in New Issue
Block a user