Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Vec3Int32 Impala::Core::Array::Element::operator/ ( const Vec3Int32 &  v1,
const Vec3Int32 &  v2 
) [inline]

Definition at line 168 of file Vec3Int32.h.

References Impala::Core::Array::Element::Vec3Int32::X(), Impala::Core::Array::Element::Vec3Int32::Y(), and Impala::Core::Array::Element::Vec3Int32::Z().

00169 {
00170     return Vec3Int32(v1.X() / v2.X(), v1.Y() / v2.Y(), v1.Z() / v2.Z());
00171 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:27 2011 for ImpalaSrc by  doxygen 1.5.1