HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vec3i.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 vec3i.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GfIsGfVec< class GfVec3i >
 
class  GfVec3i
 

Functions

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

Function Documentation

GfVec3i GfCompDiv ( GfVec3i const v1,
GfVec3i const v2 
)
inline

Returns component-wise quotient of vectors v1 and v2.

Definition at line 266 of file vec3i.h.

GfVec3i GfCompMult ( GfVec3i const v1,
GfVec3i const v2 
)
inline

Returns component-wise multiplication of vectors v1 and v2.

Definition at line 256 of file vec3i.h.

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

Returns the dot (inner) product of two vectors.

Definition at line 276 of file vec3i.h.

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