#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>
Go to the source code of this file.
Returns component-wise quotient of vectors v1
and v2
.
Definition at line 266 of file vec3i.h.
Returns component-wise multiplication of vectors v1
and v2
.
Definition at line 256 of file vec3i.h.
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 & |
|
|
) |
| |