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

Go to the source code of this file.

Classes

class  trBase::Vec4s
 General purpose 3D short Vector. More...
 

Namespaces

 trBase
 

Functions

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