#include "Wm4FoundationLIB.h"
#include "Wm4Math.h"
#include "Wm4Vector3.inl"
Include dependency graph for Wm4Vector3.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Wm4 |
Classes | |
class | Wm4::Vector3< Real > |
Typedefs | |
typedef Vector3< float > | Wm4::Vector3f |
typedef Vector3< double > | Wm4::Vector3d |
Functions | |
template<class Real> | |
Vector3< Real > | Wm4::operator * (Real fScalar, const Vector3< Real > &rkV) |
template<class Real> | |
std::ostream & | Wm4::operator<< (std::ostream &rkOStr, const Vector3< Real > &rkV) |