nux-0.9.46
|
Go to the source code of this file.
Data Structures | |
class | nux::Vec3< T > |
Namespaces | |
namespace | nux |
Typedefs | |
typedef Vec3< float > | nux::Vector3 |
typedef Vec3< float > | nux::Vertex3 |
Functions | |
template<typename T > | |
T | nux::DotProduct (const Vec3< T > &lhs, const Vec3< T > &rhs) |
template<typename T > | |
const Vec3< T > | nux::CrossProduct (const Vec3< T > &lhs, const Vec3< T > &rhs) |
template<typename U > | |
Vec3< U > | nux::operator* (const U &f, const Vec3< U > &v) |