|
template<class T > |
const Rotation2D< T > | Rotation2DIdentity () |
|
template<class R , class T > |
const Rotation2D< R > | cast (const Rotation2D< T > &rot) |
| Casts Rotation2D<T> to Rotation2D<Q> More...
|
|
template<class T > |
const Rotation2D< T > | transpose (const Rotation2D< T > &aRb) |
| Find the transpose of aRb. More...
|
|
template<> |
void | write (const rw::math::Rotation2D< double > &sobject, rw::common::OutputArchive &oarchive, const std::string &id) |
|
template<> |
void | write (const rw::math::Rotation2D< float > &sobject, rw::common::OutputArchive &oarchive, const std::string &id) |
|
template<> |
void | read (rw::math::Rotation2D< double > &sobject, rw::common::InputArchive &iarchive, const std::string &id) |
|
template<> |
void | read (rw::math::Rotation2D< float > &sobject, rw::common::InputArchive &iarchive, const std::string &id) |
|
template<class Archive , class T > |
void | serialize (Archive &archive, rw::math::Rotation2D< T > &R, const unsigned int version) |
| Boost serialization. More...
|
|