vectors.h File Reference

Go to the source code of this file.

Classes

class  FVector
struct  FVector::Rep
class  SVector
struct  SVector::Pair
struct  SVector::Rep

Typedefs

typedef double VFloat

Functions

double dot (const FVector &v1, const FVector &v2)
double dot (const FVector &v1, const SVector &v2)
double dot (const SVector &v1, const FVector &v2)
double dot (const SVector &v1, const SVector &v2)
SVector combine (const SVector &v1, double a1, const SVector &v2, double a2)
FVector combine (const FVector &v1, double a1, const SVector &v2, double a2)
FVector combine (const SVector &v1, double a1, const FVector &v2, double a2)
FVector combine (const FVector &v1, double a1, const FVector &v2, double a2)
template<class T>
void parse_labeled_vector (std::string ex, int &label, T &f)


Typedef Documentation

typedef double VFloat


Function Documentation

FVector combine ( const FVector v1,
double  a1,
const FVector v2,
double  a2 
)

FVector combine ( const SVector v1,
double  a1,
const FVector v2,
double  a2 
)

FVector combine ( const FVector v1,
double  a1,
const SVector v2,
double  a2 
)

SVector combine ( const SVector v1,
double  a1,
const SVector v2,
double  a2 
)

double dot ( const SVector v1,
const SVector v2 
)

double dot ( const SVector v1,
const FVector v2 
)

double dot ( const FVector v1,
const SVector v2 
)

double dot ( const FVector v1,
const FVector v2 
)

template<class T>
void parse_labeled_vector ( std::string  ex,
int &  label,
T &  f 
)


Generated on Wed Dec 15 10:46:16 2010 for Hazy_System by  doxygen 1.4.7