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

Projective plane Concept (half) More...

#include <proj_plane_concepts.h>

Concept definition

template<class Point, class Line>
concept fun::ProjectivePlaneCoordH = ProjectivePlaneH<Point, Line> && requires(const Point& pt_p, size_t idx) {
typename Value_type<Point>;
{ pt_p[idx] } -> STD_ALT::convertible_to<Value_type<Point>>;
}
Projective plane Concept (half)
Definition proj_plane_concepts.h:144
Projective plane Concept (half)
Definition proj_plane_concepts.h:96

Detailed Description

Projective plane Concept (half)

Template Parameters
PointPoint
LineLine