OpenMEEG
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
vect3.h File Reference
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <om_common.h>
#include <vector>
#include <OpenMEEG_Export.h>
Include dependency graph for vect3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenMEEG::Vect3
 Vect3. More...
 

Namespaces

namespace  OpenMEEG
 

Typedefs

typedef Vect3 OpenMEEG::Normal
 
typedef std::vector< Normal > OpenMEEG::Normals
 

Functions

double OpenMEEG::sqr (const double x)
 
Vect3 OpenMEEG::operator* (const double d, const Vect3 &V)
 
double OpenMEEG::dotprod (const Vect3 &V1, const Vect3 &V2)
 
Vect3 OpenMEEG::crossprod (const Vect3 &V1, const Vect3 &V2)
 
double OpenMEEG::det (const Vect3 &V1, const Vect3 &V2, const Vect3 &V3)
 
std::istream & OpenMEEG::operator>> (std::istream &is, Vect3 &v)
 
std::ostream & OpenMEEG::operator<< (std::ostream &os, const Vect3 &v)