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

Go to the source code of this file.

Classes

class  Vec3

Functions

Vec3 operator* (double s, const Vec3 &v)
double norm (const Vec3 &v)
double norm2 (const Vec3 &v)
double length (const Vec3 &v)
double unitize (Vec3 &v)
std::ostream & operator<< (std::ostream &out, const Vec3 &v)

Function Documentation

double length ( const Vec3 v) [inline]

Definition at line 188 of file Vec3.h.

double norm ( const Vec3 v) [inline]

Definition at line 178 of file Vec3.h.

double norm2 ( const Vec3 v) [inline]

Definition at line 183 of file Vec3.h.

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

Definition at line 169 of file Vec3.h.

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

Definition at line 209 of file Vec3.h.

double unitize ( Vec3 v) [inline]

Definition at line 191 of file Vec3.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines