#include <algorithm>
#include "Vector.h"
Go to the source code of this file.
|
| 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) |
| |
◆ affine()
◆ distance()
◆ distance2()
◆ inf()
◆ operator+()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator<()
| bool operator< |
( |
const Point & |
p1, |
|
|
const Point & |
p2 |
|
) |
| |
|
inline |
◆ sup()