#include <iostream.h>
#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) |
|
|
|
documentation stuff
|
|
Returns the maximum of all components of two points. |
|
Returns the point in the middle between two points. |
|
Returns the minimum of all components of two points. |
|
Returns a point being the result of multiplying a scalar and a point. |