ESyS-Particle  2.3.4
Quaternion.h File Reference
#include <math.h>
#include "Foundation/vec3.h"
#include "Foundation/Quaternion.hpp"
Include dependency graph for Quaternion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Quaternion
 

Macros

#define DO_INLINE_QUATERNION   1
 
#define QUATERNION_INLINE   inline
 

Functions

QUATERNION_INLINE std::ostream & operator<< (std::ostream &, const Quaternion &)
 
QUATERNION_INLINE std::istream & operator>> (std::istream &, Quaternion &)
 

Macro Definition Documentation

◆ DO_INLINE_QUATERNION

#define DO_INLINE_QUATERNION   1

◆ QUATERNION_INLINE

#define QUATERNION_INLINE   inline

Function Documentation

◆ operator<<()

QUATERNION_INLINE std::ostream& operator<< ( std::ostream &  ,
const Quaternion  
)

References Quaternion::output().

Here is the call graph for this function:

◆ operator>>()

QUATERNION_INLINE std::istream& operator>> ( std::istream &  ,
Quaternion  
)

References Quaternion::input().

Here is the call graph for this function: