|
ESyS-Particle
2.3.4
|
#include <iostream>#include <math.h>#include <string>#include "Foundation/Error.h"#include "Foundation/vec3.hpp"
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... | |
| #define DO_INLINE_VEC3 1 |
| #define VEC3_INLINE inline |
| VEC3_INLINE Vec3 comp_max | ( | const Vec3 & | , |
| const Vec3 & | |||
| ) |