|
Go to the source code of this file.
Classes | |
class | GfVec2i |
Basic type for a vector of 2 int components. More... | |
Functions | |
GF_API std::ostream & | operator<< (std::ostream &, GfVec2i const &) |
Output a GfVec2i. | |
GfVec2i | GfCompMult (GfVec2i const &v1, GfVec2i const &v2) |
Returns component-wise multiplication of vectors v1 and v2 . | |
GfVec2i | GfCompDiv (GfVec2i const &v1, GfVec2i const &v2) |
Returns component-wise quotient of vectors v1 and v2 . | |
int | GfDot (GfVec2i const &v1, GfVec2i const &v2) |
Returns the dot (inner) product of two vectors. | |