Boost LA

roty_matrix

#include <boost/la/roty_matrix.hpp>

namespace
boost
    {
    namespace
    la
        {
        template <int Dim,class T>
        -unspecified-return-type-
        roty_matrix( T angle );
        }
    }

Requirements:

Dim>=3

Returns:

A matrix with Dim rows and Dim columns and scalar_type T which performs a rotation around the Y axis at angle radians.