#include <boost/la/roty_matrix.hpp>
namespace
boost
{
namespace
la
{
template <int Dim,class T>
-unspecified-return-type-
roty_matrix( T angle );
}
}
Dim>=3
A matrix with Dim rows and Dim columns and scalar_type T which performs a rotation around the Y axis at angle radians.