waLBerla 7.2
|
#include "BodyOverlapFunctions.h"
#include "core/config/Config.h"
#include "core/math/AABB.h"
#include "core/math/Matrix3.h"
#include "core/math/Vector3.h"
Classes | |
class | walberla::geometry::Ellipsoid |
Class representing an Ellipsoid in 3D. More... | |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::geometry |
Functions | |
template<> | |
FastOverlapResult | walberla::geometry::fastOverlapCheck (const Ellipsoid &e, const AABB &box) |
template<> | |
FastOverlapResult | walberla::geometry::fastOverlapCheck (const Ellipsoid &e, const Vector3< real_t > &cellMidpoint, const Vector3< real_t > &dx) |
template<> | |
bool | walberla::geometry::contains (const Ellipsoid &ellipsoid, const Vector3< real_t > &point) |