ProjGeom 1.0.11
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EllipticPoint Class Reference

Elliptic Point. More...

#include <ell_object.hpp>

Inheritance diagram for EllipticPoint:
Inheritance graph
[legend]
Collaboration diagram for EllipticPoint:
Collaboration graph
[legend]

Public Member Functions

constexpr EllipticPoint (std::array< int64_t, 3 > coord)
 Construct a new Elliptic Point object.
 
constexpr auto perp () const -> EllipticLine
 Polar.
 
- Public Member Functions inherited from PgObject< EllipticPoint, EllipticLine >
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.
 

Additional Inherited Members

- Public Types inherited from PgObject< EllipticPoint, EllipticLine >
using Dual = EllipticLine
 
- Static Public Member Functions inherited from PgObject< EllipticPoint, EllipticLine >
static constexpr auto parametrize (const int64_t &lambda_val, const EllipticPoint &pt_p, const int64_t &mu_val, const EllipticPoint &pt_q) -> EllipticPoint
 Homogeneous parametrization of point or line.
 
- Public Attributes inherited from PgObject< EllipticPoint, EllipticLine >
std::array< int64_t, 3 > coord
 

Detailed Description

Elliptic Point.

Constructor & Destructor Documentation

◆ EllipticPoint()

constexpr EllipticPoint::EllipticPoint ( std::array< int64_t, 3 >  coord)
inlineexplicitconstexpr

Construct a new Elliptic Point object.

Parameters
[in]coordHomogeneous coordinate

Member Function Documentation

◆ perp()

constexpr auto EllipticPoint::perp ( ) const -> EllipticLine
constexpr

Polar.

Returns
EllipticLine

\[ p^\perp = p \]

Returns
EllipticLine

The documentation for this class was generated from the following file: