CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Public Attributes
Rot2< T > Struct Template Reference

#include <ExtVec.h>

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 265 of file ExtVec.h.

Member Typedef Documentation

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

Definition at line 266 of file ExtVec.h.

Constructor & Destructor Documentation

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

Definition at line 269 of file ExtVec.h.

269  :
270  axis{ (Vec){T(1),0},
Vec2< T > Vec
Definition: ExtVec.h:266
Vec2< T > axis[2]
Definition: ExtVec.h:267
long double T

Member Data Documentation

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

Definition at line 267 of file ExtVec.h.

Referenced by operator<<().