CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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]
 

Detailed Description

template<typename T>
struct Rot3< T >

Definition at line 181 of file ExtVec.h.

Member Typedef Documentation

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

Definition at line 182 of file ExtVec.h.

Constructor & Destructor Documentation

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

Definition at line 185 of file ExtVec.h.

185 : axis{{(Vec){T(1), 0, 0, 0}}, {(Vec){0, T(1), 0, 0}}, {(Vec){0, 0, T(1), 0}}} {}
Vec4< T > Vec
Definition: ExtVec.h:182
long double T
Vec axis[3]
Definition: ExtVec.h:183

Member Data Documentation

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

Definition at line 183 of file ExtVec.h.

Referenced by operator<<().