#include <projgeom/pg_point.hpp>
template<ring _K>
pg_point struct
Contents
Base classes
-
template<ring _K, typename _dual>class pg_object<_K, pg_line<_K>>
- Projective object.
Public types
Constructors, destructors, conversion operators
-
pg_point(const pg_
point<_K>&) defaulted explicit - Construct a new pg point object.
-
pg_point(pg_
point<_K>&&) defaulted noexcept - Construct a new pg point object.
-
pg_point(const _
Base2& a) explicit constexpr - Construct a new pg object object.
- pg_point(const _K& x, const _K& y, const _K& z) constexpr
- Construct a new pg_
object object.