|
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. | |
GfVec4i | GfCompMult (GfVec4i const &v1, GfVec4i const &v2) |
Returns component-wise multiplication of vectors v1 and v2 . | |
GfVec4i | GfCompDiv (GfVec4i const &v1, GfVec4i const &v2) |
Returns component-wise quotient of vectors v1 and v2 . | |
int | GfDot (GfVec4i const &v1, GfVec4i const &v2) |
Returns the dot (inner) product of two vectors. | |