Board
0.6.devel
|
#include <cmath>
#include "DGtal/io/Color.h"
Go to the source code of this file.
Data Structures | |
struct | LibBoard::Point |
Struct representing a 2D point. More... |
Namespaces | |
namespace | LibBoard |
Functions | |
Point | LibBoard::operator+ (const Point &a, const Point &b) |
Point | LibBoard::operator- (const Point &a, const Point &b) |
double | LibBoard::operator* (const Point &a, const Point &b) |
Point | LibBoard::operator* (const Point &p, double s) |
Point | LibBoard::operator* (double s, const Point &p) |
Point | LibBoard::operator/ (const Point &p, double s) |
bool | LibBoard::operator== (const Point &a, const Point &b) |
bool | LibBoard::operator!= (const Point &a, const Point &b) |
The Point structure.