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