Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros | Functions
Vector3.h File Reference
#include <hugin_shared.h>
#include <iostream>
Include dependency graph for Vector3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vector3
 general : Vector3 is a class for handling 3D Vectors manipulation. More...
 

Macros

#define EPSILON   0.0000001
 

Functions

std::ostream & operator<< (std::ostream &s, const Vector3 &v)
 

Detailed Description

Author
Alexandre Jenny alexa.nosp@m.ndre.nosp@m..jenn.nosp@m.y@le.nosp@m.-geo..nosp@m.com

$Id$

This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/.

Definition in file Vector3.h.

Macro Definition Documentation

#define EPSILON   0.0000001

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const Vector3 v 
)
inline

Definition at line 183 of file Vector3.h.

References Vector3::x, Vector3::y, and Vector3::z.