6    template <
typename T, 
int Dim> 
class Vector;
 
   24        DYN_FUNC  
static unsigned int rows() { 
return 2; }
 
   25        DYN_FUNC  
static unsigned int cols() { 
return 2; }
 
 
Implementation of quaternion.
 
This is an implementation of AdditiveCCD based on peridyno.
 
DYN_FUNC const Complex< T > operator*(S scale, const Complex< T > &complex)
 
Transform< float, 2 > Transform2f
 
Transform< double, 2 > Transform2d