Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CP2D.cpp File Reference

#include <iostream.h>
#include "GeoGeneric.h"
#include "CP2D.h"
#include "CV2D.h"
#include "CP4D.h"

Defines

#define MIN(a, b)   (((a) < (b)) ? (a) : (b))
#define MAX(a, b)   (((a) > (b)) ? (a) : (b))

Functions

CP2D MidPoint (const CP2D &Point1, const CP2D &Point2)
CP2D Min (const CP2D &Point1, const CP2D &Point2)
CP2D Max (const CP2D &Point1, const CP2D &Point2)

Define Documentation

#define MAX a,
b      (((a) > (b)) ? (a) : (b))
 

#define MIN a,
b      (((a) < (b)) ? (a) : (b))
 

documentation stuff

Author:
Michael Meissner
Version:
0.0 //see cvs docu


Function Documentation

CP2D Max const CP2D &   Point1,
const CP2D &   Point2
 

Returns the maximum of all components of two points.

CP2D MidPoint const CP2D &   Point1,
const CP2D &   Point2
 

Returns the point in the middle between two points.

CP2D Min const CP2D &   Point1,
const CP2D &   Point2
 

Returns the minimum of all components of two points.


Generated at Thu Oct 4 17:17:26 2001 for QGLViewer by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001