26#ifndef BOARD_PATH_BOUNDARIES_H
27#define BOARD_PATH_BOUNDARIES_H
50 c = p1.
x * (p2.
y - p1.
y) + p1.
y * (p1.
x - p2.
x);
The Point structure. @copyright This source code is part of the Board project, a C++ library whose pu...
@copyright This source code is part of the Board project, a C++ library whose purpose is to allow sim...
@copyright This source code is part of the Board project, a C++ library whose purpose is to allow sim...
LineCap
Definition Style.h:35
LineJoin
Definition Style.h:41
A path, according to Postscript and SVG definition.
Definition Path.h:45
Struct representing a 2D point.
Definition Point.h:42
double y
Definition Point.h:44
double x
Definition Point.h:43
Struct representing a rectangle on the plane.
Definition Rect.h:40