ProtoZed  awesome branch
A simple but powerful game framework
Classes | Namespaces | Typedefs | Functions
Vector3.h File Reference

Classes

class  PZ::Vector3< T >
 

Namespaces

namespace  PZ
 

Typedefs

typedef Vector3< int > PZ::Vector3i
 
typedef Vector3< float > PZ::Vector3f
 

Functions

template<typename T >
const Vector3< T > PZ::operator* (T scalar, const Vector3< T > &other)
 
template<typename T >
const Vector3< T > PZ::operator/ (T scalar, const Vector3< T > &other)