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