Math: added comment

This commit is contained in:
Andrew Tridgell 2012-03-23 14:59:06 +11:00
parent c30b0d85a3
commit fe865bc1dc

View File

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