ProjGeom 1.0.11
Loading...
Searching...
No Matches
fun::ProjectivePlanePrimitive Concept Reference

Projective plane Concept. More...

#include <pg_concepts.hpp>

Concept definition

template<class Point, class Line>
std::equality_comparable<Point>
&& requires(const Point& pt_p, const Point& pt_q, const Line& ln_l) {
{ pt_p.incident(ln_l) } -> std::convertible_to<bool>;
{ pt_p.meet(pt_q) } -> std::convertible_to<Line>;
}
Projective plane Concept.
Definition pg_concepts.hpp:20

Detailed Description

Projective plane Concept.

Template Parameters
PointPoint
LineLine