TrueReality  v0.1.1912
Vec3us.h File Reference
#include <trBase/Export.h>
#include <trUtil/StringUtils.h>
#include <trUtil/Math.h>
#include <osg/Vec3us>
#include <iostream>
#include <string>
Include dependency graph for Vec3us.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  trBase::Vec3us
 General purpose 3D unsigned short Vector. More...
 

Namespaces

 trBase
 

Functions

TR_BASE_EXPORT std::ostream & trBase::operator<< (std::ostream &ios, const Vec3us &vec)
 Stream insertion operator. More...
 
TR_BASE_EXPORT Vec3us trBase::ComponentMultiply (const Vec3us &lhs, const Vec3us &rhs)
 Multiply individual vector components. More...
 
TR_BASE_EXPORT Vec3us trBase::ComponentDivide (const Vec3us &lhs, const Vec3us &rhs)
 Divide rhs components by rhs vector components. More...