AnimaL | 
     Tutorial | 
	 Documentation | 
   
#include <quaternion.h>
Definition at line 364 of file quaternion.h.
Public Types | |
Typedefs  | |
| typedef RealT | Real | 
| Floating point type.   | |
| typedef animal::Vec3 | Vec3 | 
| Vector type.   | |
Static Public Member Functions | |
| Vec3 & | normalize (Vec3 &v) | 
| Normalize vector.   | |
| Real | nullAxis () | 
| Numerical threshold for null rotations.   | |
Access to vector  | |
| const Real | x (const Vec3 &v) | 
| Get x coordinate.   | |
| const Real | y (const Vec3 &v) | 
| Get y coordinate.   | |
| const Real | z (const Vec3 &v) | 
| Get z coordinate.   | |
      
  | 
  |||||
| 
 Floating point type. 
 Definition at line 372 of file quaternion.h.  | 
  
      
  | 
  |||||
| 
 Vector type. 
 Definition at line 374 of file quaternion.h. Referenced by animal::Quaternion_Traits< RealT >::normalize(), animal::Quaternion_Traits< RealT >::x(), animal::Quaternion_Traits< RealT >::y(), and animal::Quaternion_Traits< RealT >::z().  | 
  
      
  | 
  ||||||||||
| 
 Normalize vector. 
 Definition at line 393 of file quaternion.h. References animal::v_normalize(), and animal::Quaternion_Traits< RealT >::Vec3.  | 
  
      
  | 
  |||||||||
| 
 Numerical threshold for null rotations. 
 Definition at line 396 of file quaternion.h.  | 
  
      
  | 
  ||||||||||
| 
 Get x coordinate. 
 Definition at line 382 of file quaternion.h. References animal::Quaternion_Traits< RealT >::Vec3.  | 
  
      
  | 
  ||||||||||
| 
 Get y coordinate. 
 Definition at line 385 of file quaternion.h. References animal::Quaternion_Traits< RealT >::Vec3.  | 
  
      
  | 
  ||||||||||
| 
 Get z coordinate. 
 Definition at line 388 of file quaternion.h. References animal::Quaternion_Traits< RealT >::Vec3.  | 
  
 
1.3.6