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

CP3D.cpp File Reference

#include <iostream>
#include "GeoGeneric.h"
#include "CP3D.h"
#include "CP4D.h"

Defines

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

Functions

CP3D MidPoint (const CP3D &Point1, const CP3D &Point2)
CP3D Min (const CP3D &Point1, const CP3D &Point2)
CP3D Max (const CP3D &Point1, const CP3D &Point2)
CP3D operator * (double rfValue, const CP3D &Point)

Define Documentation

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

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

documentation stuff

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


Function Documentation

CP3D Max const CP3D   Point1,
const CP3D   Point2
 

Returns the maximum of all components of two points.

CP3D MidPoint const CP3D   Point1,
const CP3D   Point2
 

Returns the point in the middle between two points.

CP3D Min const CP3D   Point1,
const CP3D   Point2
 

Returns the minimum of all components of two points.

CP3D operator * double    rfValue,
const CP3D   Point
 

Returns a point being the result of multiplying a scalar and a point.


Generated on Wed Mar 5 18:23:25 2003 for QGLViewer by doxygen1.3-rc3