#include "Wm4FoundationLIB.h"
#include "Wm4LinComp.h"
#include "Wm4Vector2.h"
#include "Wm4Vector3.h"
Go to the source code of this file.
Classes | |
class | Wm4::Intersector< Real, TVector > |
Namespaces | |
namespace | Wm4 |
The namespace of the WildMagic library. | |
Typedefs | |
typedef Intersector< double, Vector2< double > > | Wm4::Intersector2d |
typedef Intersector< float, Vector2< float > > | Wm4::Intersector2f |
typedef Intersector< double, Vector3< double > > | Wm4::Intersector3d |
typedef Intersector< float, Vector3< float > > | Wm4::Intersector3f |