![]() |
Pangolin
Header-only C++20 plane computational geometry library
|
Forward declarations for core numeric and geometry types. More...
#include <type_traits>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | pgl |
Functions | |
| template<class ANumber, class ALabel, class BNumber, class BLabel, class CNumber, class CLabel> | |
| constexpr bool | pgl::collinear (const Point< ANumber, ALabel > &a, const Point< BNumber, BLabel > &b, const Point< CNumber, CLabel > &c) |
| Tests whether three points are collinear. | |
Forward declarations for core numeric and geometry types.
This header lets shape and implementation headers refer to each other without forcing all definitions to be parsed immediately.