All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vec4i.h File Reference
+ Include dependency graph for vec4i.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GfVec4i
 Basic type for a vector of 4 int components. More...
 

Functions

GF_API std::ostream & operator<< (std::ostream &, GfVec4i const &)
 Output a GfVec4i. More...
 
GfVec4i GfCompMult (GfVec4i const &v1, GfVec4i const &v2)
 Returns component-wise multiplication of vectors v1 and v2. More...
 
GfVec4i GfCompDiv (GfVec4i const &v1, GfVec4i const &v2)
 Returns component-wise quotient of vectors v1 and v2. More...
 
int GfDot (GfVec4i const &v1, GfVec4i const &v2)
 Returns the dot (inner) product of two vectors. More...
 

Function Documentation

GfVec4i GfCompDiv ( GfVec4i const &  v1,
GfVec4i const &  v2 
)
inline

Returns component-wise quotient of vectors v1 and v2.

Definition at line 285 of file vec4i.h.

GfVec4i GfCompMult ( GfVec4i const &  v1,
GfVec4i const &  v2 
)
inline

Returns component-wise multiplication of vectors v1 and v2.

Definition at line 274 of file vec4i.h.

int GfDot ( GfVec4i const &  v1,
GfVec4i const &  v2 
)
inline

Returns the dot (inner) product of two vectors.

Definition at line 296 of file vec4i.h.