$search
#include <math.h>
#include <float.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | ConvexDecomposition::Line |
class | ConvexDecomposition::Vector2d< Type > |
class | ConvexDecomposition::Vector3d< Type > |
Namespaces | |
namespace | ConvexDecomposition |
Typedefs | |
typedef std::vector< Vector2d < double > > | ConvexDecomposition::Vector2dVector |
typedef std::vector< Vector3d < double > > | ConvexDecomposition::Vector3dVector |
Functions | |
template<class Type > | |
Vector2d< Type > | ConvexDecomposition::operator* (Type s, const Vector2d< Type > &v) |
template<class Type > | |
Vector3d< Type > | ConvexDecomposition::operator* (Type s, const Vector3d< Type > &v) |
Variables | |
const double | ConvexDecomposition::DEG_TO_RAD = ((2.0f * 3.14152654f) / 360.0f) |
const double | ConvexDecomposition::RAD_TO_DEG = (360.0f / (2.0f * 3.141592654f)) |