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

Go to the source code of this file.

Classes

class  trBase::Vec2us
 General purpose 2D unsigned short Vector. More...
 

Namespaces

 trBase
 

Functions

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