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

Member Typedef Documentation

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

Definition at line 177 of file ExtVec.h.

Constructor & Destructor Documentation

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

Definition at line 180 of file ExtVec.h.

180  :
181  axis{ (Vec){T(1),0,0,0},
Vec4< T > Vec
Definition: ExtVec.h:177
long double T
Vec axis[3]
Definition: ExtVec.h:178

Member Data Documentation

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

Definition at line 178 of file ExtVec.h.

Referenced by operator<<().

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

Definition at line 182 of file ExtVec.h.