CGR Localization
 All Classes Namespaces Files Functions Variables Macros Pages
GVector::matrix3d< num > Class Template Reference
Collaboration diagram for GVector::matrix3d< num >:

Public Member Functions

template<class num > union {
   struct {
      num   m11
 
      num   m12
 
      num   m13
 
      num   m14
 
      num   m21
 
      num   m22
 
      num   m23
 
      num   m24
 
      num   m31
 
      num   m32
 
      num   m33
 
      num   m34
 
      num   m41
 
      num   m42
 
      num   m43
 
      num   m44
 
   }   __attribute__
 
   num   elements [16]
 
__attribute__ ((aligned(16)))
 
void setxyzRotations (num rx, num ry, num rz)
 
void xyzRotationAndTransformation (num rx, num ry, num rz, vector3d< num > t)
 
matrix3d< num > operator* (const matrix3d< num > &M2) const
 
matrix3d< num > transpose () const
 

Detailed Description

template<class num>
class GVector::matrix3d< num >

Definition at line 123 of file gvector.h.


The documentation for this class was generated from the following file: