![]() |
torcs - 1.2.2 | ![]() |
#include <algorithm>
#include "Vector.h"
Include dependency graph for Point.h:
Go to the source code of this file.
Compounds | |
class | Point |
Functions | |
Point | operator+ (const Point &p, const Vector &v) |
Point | operator- (const Point &p, const Vector &v) |
Vector | operator- (const Point &p1, const Point &p2) |
bool | operator< (const Point &p1, const Point &p2) |
Point | inf (const Point &p1, const Point &p2) |
Point | sup (const Point &p1, const Point &p2) |
Point | affine (const Point &p1, const Point &p2, Scalar t) |
Scalar | distance (const Point &p1, const Point &p2) |
Scalar | distance2 (const Point &p1, const Point &p2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|