PG Point.
More...
#include <pg_object.hpp>
|
| constexpr | PgPoint (std::array< int64_t, 3 > coord) |
| | Construct a new Pg Point object.
|
| |
| constexpr | PgObject (std::array< int64_t, 3 > coord) |
| | Construct a new Pg Object object.
|
| |
| constexpr auto | aux () const -> PgLine |
| | Return the dual object (auxiliary line/point).
|
| |
| constexpr auto | dot (const PgLine &other) const -> int64_t |
| | Dot product with the dual object.
|
| |
| constexpr auto | incident (const PgLine &other) const -> bool |
| | Check incidence with the dual object.
|
| |
| constexpr auto | meet (const PgPoint &rhs) const -> PgLine |
| | Meet (intersection) with another point to form a line.
|
| |
◆ PgPoint()
| constexpr PgPoint::PgPoint |
( |
std::array< int64_t, 3 > |
coord | ) |
|
|
inlineexplicitconstexpr |
Construct a new Pg Point object.
- Parameters
-
| [in] | coord | Homogeneous coordinate |
The documentation for this class was generated from the following file: