CMS 3D CMS Logo

Public Types | Public Member Functions | Public Attributes

Rot3< T > Struct Template Reference

#include <ExtVec.h>

List of all members.

Public Types

typedef Vec4< TVec

Public Member Functions

constexpr Rot3 ()

Public Attributes

Vec axis [3]

Detailed Description

template<typename T>
struct Rot3< T >

Definition at line 150 of file ExtVec.h.


Member Typedef Documentation

template<typename T>
typedef Vec4<T> Rot3< T >::Vec

Definition at line 151 of file ExtVec.h.


Constructor & Destructor Documentation

template<typename T>
constexpr Rot3< T >::Rot3 ( ) [inline]

Definition at line 154 of file ExtVec.h.

                   :
    axis{ (Vec){T(1),0,0,0},
      (Vec){0,T(1),0,0},
        (Vec){0,0,T(1),0}
  }{}

Member Data Documentation

template<typename T>
Vec Rot3< T >::axis[3]

Definition at line 152 of file ExtVec.h.

Referenced by operator<<().