HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vec4i.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/tf/diagnostic.h"
#include "pxr/base/gf/api.h"
#include "pxr/base/gf/limits.h"
#include "pxr/base/gf/traits.h"
#include "pxr/base/tf/hash.h"
#include <cstddef>
#include <iosfwd>
+ 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

struct  GfIsGfVec< class GfVec4i >
 
class  GfVec4i
 

Functions

GF_API std::ostream & operator<< (std::ostream &, GfVec4i const &)
 
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 279 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 268 of file vec4i.h.

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

Returns the dot (inner) product of two vectors.

Definition at line 290 of file vec4i.h.

GF_API std::ostream& operator<< ( std::ostream &  ,
GfVec4i const  
)