Quaternion.  
 More...
#include <JEvt.hh>
 | 
| double  | a | 
|   | 
| double  | b | 
|   | 
| double  | c | 
|   | 
| double  | d | 
|   | 
Quaternion. 
Definition at line 28 of file JCompass/JEvt.hh.
 
◆ JQuaternion() [1/2]
  
  
      
        
          | JCOMPASS::JQuaternion::JQuaternion  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JQuaternion() [2/2]
  
  
      
        
          | JCOMPASS::JQuaternion::JQuaternion  | 
          ( | 
          const double  | 
          a,  | 
         
        
           | 
           | 
          const double  | 
          b,  | 
         
        
           | 
           | 
          const double  | 
          c,  | 
         
        
           | 
           | 
          const double  | 
          d  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | a | a component  | 
    | b | b component  | 
    | c | c component  | 
    | d | d component  | 
  
   
Definition at line 48 of file JCompass/JEvt.hh.
 
 
◆ ClassDefNV()
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JQuaternion &  | 
          quaternion  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write quaternion to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | quaternion | quaternion  | 
  
   
- Returns
 - output stream 
 
Definition at line 66 of file JCompass/JEvt.hh.
   70       out << 
FIXED(9,6) << quaternion.
a  << 
' ' 
   71           << 
FIXED(9,6) << quaternion.
b  << 
' ' 
   72           << 
FIXED(9,6) << quaternion.
c  << 
' ' 
   73           << 
FIXED(9,6) << quaternion.
d;
 
Auxiliary data structure for floating point format specification.
 
 
 
 
      
        
          | double JCOMPASS::JQuaternion::a | 
        
      
 
 
      
        
          | double JCOMPASS::JQuaternion::b | 
        
      
 
 
      
        
          | double JCOMPASS::JQuaternion::c | 
        
      
 
 
      
        
          | double JCOMPASS::JQuaternion::d | 
        
      
 
 
The documentation for this struct was generated from the following file: