Hauptseite | Liste aller Namensbereiche | Klassenhierarchie | Auflistung der Klassen | Verzeichnisse | Auflistung der Dateien | Klassen-Elemente | Datei-Elemente

Vector3D.h-Dateireferenz

#include <math.h>
#include <assert.h>
#include <iostream>

Include-Abhängigkeitsdiagramm für Vector3D.h:

Dieser Graph zeigt, welche Datei direkt oder indirekt diese Datei enthält:


Klassen

class  Vector3D
 this class provides functions to handle 3-dimensional vectors * Mehr ...

Funktionen

double cotAngle (const Vector3D &a, const Vector3D &b)
 cot of angle between two vectors
double abs (const Vector3D &v)
 the absolute- value of a vector is its length
Vector3D operator * (double r, const Vector3D &v)
 multiplication operator that allows the scalar value to preceed the vector
ostream & operator<< (ostream &s, const Vector3D &v)
 write vector to a stream
istream & operator>> (istream &s, Vector3D &v)
 read a vector from a stream

Dokumentation der Funktionen

double abs const Vector3D v  )  [inline]
 

the absolute- value of a vector is its length

double cotAngle const Vector3D a,
const Vector3D b
[inline]
 

cot of angle between two vectors

Vector3D operator * double  r,
const Vector3D v
[inline]
 

multiplication operator that allows the scalar value to preceed the vector

ostream& operator<< ostream &  s,
const Vector3D v
[inline]
 

write vector to a stream

istream& operator>> istream &  s,
Vector3D v
[inline]
 

read a vector from a stream


Erzeugt am Wed Apr 19 00:18:38 2006 für Quinview von  doxygen 1.4.4