CMS 3D CMS Logo

Public Types | Public Member Functions | Public Attributes

Rot2< T > Struct Template Reference

#include <ExtVec.h>

List of all members.

Public Types

typedef Vec2< TVec

Public Member Functions

constexpr Rot2 ()

Public Attributes

Vec2< Taxis [2]

Detailed Description

template<typename T>
struct Rot2< T >

Definition at line 214 of file ExtVec.h.


Member Typedef Documentation

template<typename T>
typedef Vec2<T> Rot2< T >::Vec

Definition at line 215 of file ExtVec.h.


Constructor & Destructor Documentation

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

Definition at line 218 of file ExtVec.h.

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

Member Data Documentation

template<typename T>
Vec2<T> Rot2< T >::axis[2]

Definition at line 216 of file ExtVec.h.

Referenced by operator<<().