mirror of https://github.com/ArduPilot/ardupilot
AP_Math: added Vector3i comparison
This commit is contained in:
parent
65a2ec5b6a
commit
c19554e23a
|
@ -632,5 +632,6 @@ bool Vector3<T>::segment_plane_intersect(const Vector3<T>& seg_start, const Vect
|
|||
template class Vector3<float>;
|
||||
template class Vector3<double>;
|
||||
|
||||
// define needed ops for Vector3l
|
||||
// define needed ops for Vector3l, Vector3i as needed
|
||||
template Vector3<int32_t> &Vector3<int32_t>::operator +=(const Vector3<int32_t> &v);
|
||||
template bool Vector3<int16_t>::operator ==(const Vector3<int16_t> &v) const;
|
||||
|
|
Loading…
Reference in New Issue