step/stepcore
collisionsolver.cc File Reference
#include "collisionsolver.h"
#include "rigidbody.h"
#include "particle.h"
#include <algorithm>
#include <QtGlobal>
#include <Eigen/StdVector>
Include dependency graph for collisionsolver.cc:
Go to the source code of this file.
Namespaces | |
StepCore | |
Macros | |
#define | EIGEN_USE_NEW_STDVECTOR |
Functions | |
StepCore::QT_TRANSLATE_NOOP ("ObjectClass","GJKCollisionSolver") | |
StepCore::STEPCORE_META_OBJECT (CollisionSolver, QT_TRANSLATE_NOOP("ObjectClass","CollisionSolver"),"CollisionSolver", MetaObject::ABSTRACT, STEPCORE_SUPER_CLASS(Object), STEPCORE_PROPERTY_RW(double, toleranceAbs, QT_TRANSLATE_NOOP("PropertyName","toleranceAbs"), STEPCORE_UNITS_1, QT_TR_NOOP("Allowed absolute tolerance"), toleranceAbs, setToleranceAbs) STEPCORE_PROPERTY_R_D(double, localError, QT_TRANSLATE_NOOP("PropertyName","localError"), STEPCORE_UNITS_1, QT_TR_NOOP("Maximal local error during last step"), localError)) STEPCORE_META_OBJECT(GJKCollisionSolver | |
StepCore::STEPCORE_SUPER_CLASS (CollisionSolver) | |
Variables | |
StepCore::GJKCollisionSolver | |
Macro Definition Documentation
#define EIGEN_USE_NEW_STDVECTOR |
Definition at line 26 of file collisionsolver.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.