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

Go to the source code of this file.

Classes

class  trBase::Vec2s
 General purpose 2D short Vector. More...
 

Namespaces

 trBase
 

Functions

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