|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <cmath>

Go to the source code of this file.
Classes | |
| struct | fang::math::Vector2D< Unit > |
Namespaces | |
| namespace | fang |
| namespace | fang::math |
Functions | |
| template<typename ScaleUnit > | |
| Vector2D< ScaleUnit > | fang::math::operator* (const Vector2D< double > &vector, const ScaleUnit &scale) |
| template<typename ScaleUnit > | |
| Vector2D< ScaleUnit > | fang::math::operator* (const ScaleUnit &scale, const Vector2D< double > &vector) |
| template<typename Unit > | |
| Vector2D< Unit > | fang::math::operator* (const double &scale, const Vector2D< Unit > &vector) |