#include <iostream>#include <math.h>#include "vhacdVector.inl"Go to the source code of this file.
Classes | |
| class | VHACD::Vec2< T > |
| Vector dim 2. More... | |
| class | VHACD::Vec3< T > |
| Vector dim 3. More... | |
Namespaces | |
| namespace | VHACD |
Functions | |
| template<typename T > | |
| const bool | VHACD::Colinear (const Vec3< T > &a, const Vec3< T > &b, const Vec3< T > &c) |
| template<typename T > | |
| const T | VHACD::ComputeVolume4 (const Vec3< T > &a, const Vec3< T > &b, const Vec3< T > &c, const Vec3< T > &d) |