mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Math: added comment
This commit is contained in:
parent
c30b0d85a3
commit
fe865bc1dc
@ -109,6 +109,7 @@ void Vector3<T>::rotate(enum Rotation rotation)
|
||||
}
|
||||
}
|
||||
|
||||
// vector cross product
|
||||
template <typename T>
|
||||
Vector3<T> Vector3<T>::operator %(const Vector3<T> &v) const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user