![]() |
Include dependency graph for vec2i.h:
This graph shows which files directly or indirectly include this file: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. More... | |
| GfVec2i | GfCompMult (GfVec2i const &v1, GfVec2i const &v2) |
Returns component-wise multiplication of vectors v1 and v2. More... | |
| GfVec2i | GfCompDiv (GfVec2i const &v1, GfVec2i const &v2) |
Returns component-wise quotient of vectors v1 and v2. More... | |
| int | GfDot (GfVec2i const &v1, GfVec2i const &v2) |
| Returns the dot (inner) product of two vectors. More... | |