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

Elliptic Line. More...

#include <ell_object.hpp>

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

Public Member Functions

constexpr EllipticLine (std::array< int64_t, 3 > coord)
 Construct a new Elliptic Line object.
 
constexpr auto perp () const -> EllipticPoint
 Pole.
 
- Public Member Functions inherited from PgObject< EllipticLine, EllipticPoint >
constexpr PgObject (std::array< int64_t, 3 > coord)
 Construct a new Pg Object object.
 
constexpr auto aux () const -> EllipticPoint
 Return the dual object (auxiliary line/point).
 
constexpr auto dot (const EllipticPoint &other) const -> int64_t
 Dot product with the dual object.
 
constexpr auto incident (const EllipticPoint &other) const -> bool
 Check incidence with the dual object.
 
constexpr auto meet (const EllipticLine &rhs) const -> EllipticPoint
 Meet (intersection) with another point to form a line.
 

Additional Inherited Members

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

Detailed Description

Elliptic Line.

Constructor & Destructor Documentation

◆ EllipticLine()

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

Construct a new Elliptic Line object.

Parameters
[in]coordHomogeneous coordinate

Member Function Documentation

◆ perp()

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

Pole.

Returns
EllipticPoint

\[ l^\perp = l \]

Returns
EllipticPoint

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