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