|
last update 20 Sep 2009 |
|
#include "cvrMath.h"
#include "cvrTypes.h"
#include "cvrPoint.h"

Go to the source code of this file.
Namespaces | |
| namespace | cvr |
Functions | |
| template<class T > | |
| bool | cvr::intersection (const point< T > &p1, const point< T > &p2, const point< T > &p3, const point< T > &p4, point< T > &p) |
| template<class T > | |
| bool | cvr::intersection (const point< T > &p1, const point< T > &p2, const point< T > &p3, const point< T > &p4) |
| template<class T > | |
| T | cvr::minDistanceSqr (const point< T > &p1, const point< T > &p2, const point< T > &p3, point< T > &p) |
| template<class T > | |
| T | cvr::minDistanceSqr (const point< T > &p1, const point< T > &p2, const point< T > &p3) |
| template<class T > | |
| T | cvr::minDistanceSqr (const point< T > &p1, const point< T > &p2, const point< T > &p3, const point< T > &p4, point< T > &pa, point< T > &pb) |
| template<class T > | |
| int | cvr::clockwiseTurn (const point< T > &p0, const point< T > &p1, const point< T > &p2) |