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
Rot3< T > Struct Template Reference

#include <ExtVec.h>

Public Types

typedef Vec4< TVec
 

Public Member Functions

constexpr Rot3 ()
 

Public Attributes

Vec axis [3]
 
 Vec {0,T(1),0,0}
 

Detailed Description

template<typename T>
struct Rot3< T >

Definition at line 201 of file ExtVec.h.

Member Typedef Documentation

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

Definition at line 202 of file ExtVec.h.

Constructor & Destructor Documentation

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

Definition at line 205 of file ExtVec.h.

205  :
206  axis{ (Vec){T(1),0,0,0},
Vec4< T > Vec
Definition: ExtVec.h:202
long double T
Vec axis[3]
Definition: ExtVec.h:203

Member Data Documentation

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

Definition at line 203 of file ExtVec.h.

Referenced by operator<<().

template<typename T>
Rot3< T >::Vec {0,T(1),0,0}

Definition at line 207 of file ExtVec.h.