#include <cmath>
Go to the source code of this file.
|
template<class T > |
Pose2< T > | AISNavigation::operator* (const Pose2< T > &v, const T &d) |
|
template<class T > |
Pose2< T > | AISNavigation::operator* (const SMatrix3< T > &m, const Pose2< T > &p) |
|
template<class T > |
SMatrix3< T > | AISNavigation::operator* (const SMatrix3< T > &s, T &d) |
|
template<class T > |
SMatrix3< T > | AISNavigation::operator* (const SMatrix3< T > &s1, const SMatrix3< T > &s2) |
|
template<class T > |
Vector2< T > | AISNavigation::operator* (const T &d, const Vector2< T > &v) |
|
template<class T > |
Vector2< T > | AISNavigation::operator* (const Transformation2< T > &m, const Vector2< T > &v) |
|
template<class T > |
Transformation2< T > | AISNavigation::operator* (const Transformation2< T > &m1, const Transformation2< T > &m2) |
|
template<class T > |
Vector2< T > | AISNavigation::operator* (const Vector2< T > &v, const T &d) |
|
template<class T > |
T | AISNavigation::operator* (const Vector2< T > &v1, const Vector2< T > &v2) |
|
template<class T > |
SMatrix3< T > | AISNavigation::operator+ (const SMatrix3< T > &s1, const SMatrix3< T > &s2) |
|
template<class T > |
Vector2< T > | AISNavigation::operator+ (const Vector2< T > &v1, const Vector2< T > &v2) |
|
template<class T > |
Vector2< T > | AISNavigation::operator- (const Vector2< T > &v1, const Vector2< T > &v2) |
|