AP_Math: Vector2 add == operator for int

This commit is contained in:
Pierre Kancir 2016-12-06 16:45:11 +01:00 committed by Tom Pittenger
parent 6bf1322633
commit 556993d7f0
1 changed files with 3 additions and 0 deletions

View File

@ -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;