Cayley-Klein plane functions: perpendicularity, altitude, orthocenter, reflection.
Some Cayley-Klein Line.
Definition myck_object.hpp:39
constexpr auto perp() const -> MyCKPoint
Pole.
Definition myck_object.hpp:77
constexpr MyCKLine(std::array< int64_t, 3 > coord)
Construct a new My C K Line object.
Definition myck_object.hpp:46
Some Cayley-Klein Point.
Definition myck_object.hpp:17
constexpr MyCKPoint(std::array< int64_t, 3 > coord)
Construct a new My C K Point object.
Definition myck_object.hpp:24
constexpr auto perp() const -> MyCKLine
Polar.
Definition myck_object.hpp:65
Core projective geometry object template (pg_object, PgObject, PgPoint, PgLine).
Projective Point/Line (int64_t specialization)
Definition pg_object.hpp:129
std::array< int64_t, 3 > coord
Definition pg_object.hpp:132