ESyS-Particle  2.3.4
vec3.h File Reference
#include <iostream>
#include <math.h>
#include <string>
#include "Foundation/Error.h"
#include "Foundation/vec3.hpp"
Include dependency graph for vec3.h:

Go to the source code of this file.

Classes

class  VecErr
 
class  Vec3
 

Macros

#define DO_INLINE_VEC3   1
 
#define VEC3_INLINE   inline
 

Functions

VEC3_INLINE Vec3 comp_max (const Vec3 &, const Vec3 &)
 per component maximum More...
 
VEC3_INLINE Vec3 comp_min (const Vec3 &, const Vec3 &)
 per component minimum More...
 

Macro Definition Documentation

◆ DO_INLINE_VEC3

#define DO_INLINE_VEC3   1

◆ VEC3_INLINE

#define VEC3_INLINE   inline

Function Documentation

◆ comp_max()

VEC3_INLINE Vec3 comp_max ( const Vec3 ,
const Vec3  
)

per component maximum

References Vec3::X(), Vec3::Y(), and Vec3::Z().

Here is the call graph for this function:

◆ comp_min()

VEC3_INLINE Vec3 comp_min ( const Vec3 ,
const Vec3  
)

per component minimum

References Vec3::X(), Vec3::Y(), and Vec3::Z().

Here is the call graph for this function: