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 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.

154  :
155  axis{ (Vec){T(1),0,0,0},
Vec4< T > Vec
Definition: ExtVec.h:151
long double T
Vec axis[3]
Definition: ExtVec.h:152

Member Data Documentation

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

Definition at line 152 of file ExtVec.h.

Referenced by operator<<().

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

Definition at line 156 of file ExtVec.h.