MeshKit  1.0
Vec4.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vec4

Functions

Vec4 operator* (double s, const Vec4 &v)
Vec4 cross (const Vec4 &a, const Vec4 &b, const Vec4 &c)
double norm (const Vec4 &v)
double norm2 (const Vec4 &v)
double length (const Vec4 &v)
double unitize (Vec4 &v)
std::ostream & operator<< (std::ostream &out, const Vec4 &v)

Function Documentation

Vec4 cross ( const Vec4 a,
const Vec4 b,
const Vec4 c 
) [inline]

Definition at line 174 of file Vec4.h.

double length ( const Vec4 v) [inline]

Definition at line 203 of file Vec4.h.

double norm ( const Vec4 v) [inline]

Definition at line 193 of file Vec4.h.

double norm2 ( const Vec4 v) [inline]

Definition at line 198 of file Vec4.h.

Vec4 operator* ( double  s,
const Vec4 v 
) [inline]

Definition at line 163 of file Vec4.h.

std::ostream& operator<< ( std::ostream &  out,
const Vec4 v 
) [inline]

Definition at line 223 of file Vec4.h.

double unitize ( Vec4 v) [inline]

Definition at line 205 of file Vec4.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines