geomc 1.0
A c++ linear algebra template library
|
This is the complete list of members for Rotation< T, N >, including all inherited members.
mix(T s, const Rotation< T, 2 > &a, const Rotation< T, 2 > &b) | Rotation< T, N > | related |
mix(T s, const Rotation< T, 3 > &a, const Rotation< T, 3 > &b) | Rotation< T, N > | related |
operator*(const Rotation< T, N > &r, const Isometry< T, N > &i) | Rotation< T, N > | related |
operator*(const Isometry< T, N > &i, const Rotation< T, N > &r) | Rotation< T, N > | related |
operator*(T s, const Rotation< T, 2 > &o) | Rotation< T, N > | related |
operator*(const Rotation< T, 2 > &o, T s) | Rotation< T, N > | related |
operator*(T s, const Rotation< T, 3 > &o) | Rotation< T, N > | related |
operator*(const Rotation< T, 3 > &o, T s) | Rotation< T, N > | related |
operator*(const Rotation< T, N > &r, const Similarity< T, N > &i) | Rotation< T, N > | related |
operator*(const Similarity< T, N > &i, const Rotation< T, N > &r) | Rotation< T, N > | related |
operator/(const Vec< T, 2 > &v, const Rotation< T, 2 > &r) | Rotation< T, N > | related |
operator/(const Vec< T, 3 > &v, const Rotation< T, 3 > &r) | Rotation< T, N > | related |