mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Math: Vector2 add == operator for int
This commit is contained in:
parent
6bf1322633
commit
556993d7f0
@ -155,3 +155,6 @@ template bool Vector2<float>::operator !=(const Vector2<float> &v) const;
|
||||
template bool Vector2<float>::is_nan(void) const;
|
||||
template bool Vector2<float>::is_inf(void) const;
|
||||
template float Vector2<float>::angle(const Vector2<float> &v) const;
|
||||
|
||||
// define for int
|
||||
template bool Vector2<int>::operator ==(const Vector2<int> &v) const;
|
||||
|
Loading…
Reference in New Issue
Block a user