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

Projective plane Concept (full) More...

#include <proj_plane_concepts.h>

Concept definition

template<class Point, class Line typename Point::Dual>
concept fun::ProjectivePlaneGenericH = ProjectivePlanePrimH<Point, Line> && requires(const Point& pt_p, const Point& pt_q) {
{ pt_p.aux() } -> STD_ALT::convertible_to<Line>;
{
pt_p.aux2(pt_q)
} -> STD_ALT::convertible_to<Point>;
}
Projective plane Concept (full)
Definition proj_plane_concepts.h:60
Projective plane Concept (half)
Definition proj_plane_concepts.h:23

Detailed Description

Projective plane Concept (full)

Template Parameters
PointPoint
LineLine